Skip to content

Commit 641d7dd

Browse files
henryiiilayday
authored andcommitted
ci: update actions
1 parent cb3eaa0 commit 641d7dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
PY_COLORS: 1
1717
TOX_PARALLEL_NO_SPINNER: 1
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Setup Python 3.9
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: 3.9
2525

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
- { py: '3.11-dev', os: windows }
5151

5252
steps:
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454

5555
- name: Setup python for test ${{ matrix.py }}
56-
uses: actions/setup-python@v2
56+
uses: actions/setup-python@v3
5757
with:
5858
python-version: ${{ matrix.py }}
5959

@@ -74,7 +74,7 @@ jobs:
7474
shell: python
7575

7676
- name: Setup python for tox
77-
uses: actions/setup-python@v2
77+
uses: actions/setup-python@v3
7878
with:
7979
python-version: 3.9
8080

@@ -116,10 +116,10 @@ jobs:
116116
PY_COLORS: 1
117117
TOX_PARALLEL_NO_SPINNER: 1
118118
steps:
119-
- uses: actions/checkout@v2
119+
- uses: actions/checkout@v3
120120

121121
- name: Setup Python 3.9
122-
uses: actions/setup-python@v2
122+
uses: actions/setup-python@v3
123123
with:
124124
python-version: 3.9
125125

0 commit comments

Comments
 (0)