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 81cf8f4 commit 0f6e5d2Copy full SHA for 0f6e5d2
.github/workflows/python-package.yml
@@ -24,9 +24,9 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
28
- name: Set up Python ${{ matrix.python-version }}
29
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
30
with:
31
python-version: ${{ matrix.python-version }}
32
- name: Install dependencies
@@ -55,9 +55,9 @@ jobs:
55
runs-on: ubuntu-latest
56
57
58
59
- name: Set up Python
60
61
62
python-version: '3.x'
63
0 commit comments