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 f744a30 commit 0f3d2d1Copy full SHA for 0f3d2d1
.github/workflows/linter.yml
@@ -65,16 +65,10 @@ jobs:
65
- uses: actions/checkout@v2
66
with:
67
ref: ${{ github.event.pull_request.head.sha }}
68
- - name: Set up Python 3.9.4
69
- uses: actions/setup-python@v2
70
- with:
71
- python-version: 3.9.4
72
- - name: Docker login
73
- uses: docker/login-action@v1
+ - name: Set up Python 3.9
+ uses: actions/setup-python@v3
74
75
- registry: docker.pkg.github.com
76
- username: ${{ github.actor }}
77
- password: ${{ secrets.GITHUB_TOKEN }}
+ python-version: '3.9'
78
- name: Setup env
79
run: |
80
sudo ln -s $GITHUB_EVENT_PATH /GITHUB_EVENT.json
0 commit comments