Skip to content

Commit 0f3d2d1

Browse files
authored
Update linter.yml
1 parent f744a30 commit 0f3d2d1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,10 @@ jobs:
6565
- uses: actions/checkout@v2
6666
with:
6767
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
68+
- name: Set up Python 3.9
69+
uses: actions/setup-python@v3
7470
with:
75-
registry: docker.pkg.github.com
76-
username: ${{ github.actor }}
77-
password: ${{ secrets.GITHUB_TOKEN }}
71+
python-version: '3.9'
7872
- name: Setup env
7973
run: |
8074
sudo ln -s $GITHUB_EVENT_PATH /GITHUB_EVENT.json

0 commit comments

Comments
 (0)