Skip to content

Commit f744a30

Browse files
authored
Update linter.yml
1 parent 7d0bc6e commit f744a30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v2
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
28-
- name: Set up Python 3.9.4
29-
uses: actions/setup-python@v2
28+
- name: Set up Python 3.9
29+
uses: actions/setup-python@v3
3030
with:
31-
python-version: 3.9.4
31+
python-version: '3.9'
3232
- name: Setup env
3333
run: |
3434
sudo ln -s $GITHUB_EVENT_PATH /GITHUB_EVENT.json

0 commit comments

Comments
 (0)