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.
2 parents 8a5f9fe + 16e3d74 commit 44c3e28Copy full SHA for 44c3e28
.github/workflows/main.yml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
23
24
- name: Setup python
25
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
26
with:
27
python-version: '3.8'
28
architecture: 'x64'
@@ -46,10 +46,10 @@ jobs:
46
python-version: [ '3.8', '3.9']
47
48
49
50
51
- name: Setup Python-${{ matrix.python-version }}
52
53
54
python-version: ${{ matrix.python-version }}
55
architecture: x64
0 commit comments