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 87a1bb3 commit 8e818a6Copy full SHA for 8e818a6
.github/workflows/continuous-integration.yml
@@ -14,10 +14,10 @@ jobs:
14
matrix:
15
python-version: ["3.9", "3.10"]
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
19
- name: Set up Python ${{ matrix.python-version }}
20
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
21
with:
22
python-version: ${{ matrix.python-version }}
23
.github/workflows/release.yml
@@ -10,10 +10,10 @@ jobs:
10
name: release
11
runs-on: ubuntu-latest
12
13
- name: Set up Python 3.x
python-version: "3.x"
0 commit comments