We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cca7ee commit 0d374f8Copy full SHA for 0d374f8
.github/workflows/publish.yml
@@ -9,9 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
if: startsWith(github.ref, 'refs/tags/')
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: Set up Python
14
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
15
with:
16
python-version: 3.x
17
- name: Install dependencies
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- uses: actions/checkout@v3
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v3
36
37
python-version: ${{ matrix.python-version }}
38
- uses: actions/cache@v3
0 commit comments