We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0bc6e commit f744a30Copy full SHA for f744a30
.github/workflows/linter.yml
@@ -25,10 +25,10 @@ jobs:
25
- uses: actions/checkout@v2
26
with:
27
ref: ${{ github.event.pull_request.head.sha }}
28
- - name: Set up Python 3.9.4
29
- uses: actions/setup-python@v2
+ - name: Set up Python 3.9
+ uses: actions/setup-python@v3
30
31
- python-version: 3.9.4
+ python-version: '3.9'
32
- name: Setup env
33
run: |
34
sudo ln -s $GITHUB_EVENT_PATH /GITHUB_EVENT.json
0 commit comments