Skip to content

Commit b082c66

Browse files
committed
Upgrade Github actions versions
1 parent 359fec6 commit b082c66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/autopush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Automatic push to gitlab.tiker.net
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- run: |
1414
mkdir ~/.ssh && echo -e "Host gitlab.tiker.net\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
1515
eval $(ssh-agent) && echo "$GITLAB_AUTOPUSH_KEY" | ssh-add -

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
name: Flake8
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
-
19-
uses: actions/setup-python@v1
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.x'
2222
- name: "Main Script"
@@ -31,9 +31,9 @@ jobs:
3131
matrix:
3232
python-version: ['3.6', '3.7', '3.x']
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
-
36-
uses: actions/setup-python@v1
36+
uses: actions/setup-python@v4
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
- name: "Main Script"

0 commit comments

Comments
 (0)