Skip to content

Commit

Permalink
Update link-checker-only-english-version.yml
Browse files Browse the repository at this point in the history
3.7 -> 3.7.1
  • Loading branch information
psonnera authored Oct 12, 2024
1 parent 333e916 commit ab22d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
- name: Set up Python 3.7.1
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.7.1"

- name: Install packages
run: |
Expand Down

0 comments on commit ab22d84

Please sign in to comment.