Skip to content

Commit 7b7cae3

Browse files
committed
Update python version in link verifier
1 parent c904496 commit 7b7cae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
- name: Setup Python for link verifier action
253253
uses: actions/setup-python@v2
254254
with:
255-
python-version: '3.7.10'
255+
python-version: '3.8'
256256
- name: Check Links
257257
env:
258258
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)