Skip to content

Commit

Permalink
Update link-checker-only-english-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psonnera authored Oct 13, 2024
1 parent 490dff2 commit 077b788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/link-checker-only-english-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Set up Python 3.7.1
uses: actions/setup-python@v2
- name: Set up Python 3.7
uses: actions/setup-python@v5.2.0
with:
python-version: "3.7.1"
python-version: "3.7"

- name: Install packages
run: |
Expand Down

0 comments on commit 077b788

Please sign in to comment.