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 4344776 commit 9bee1c1Copy full SHA for 9bee1c1
.github/workflows/python-test.yml
@@ -18,9 +18,9 @@ jobs:
18
19
runs-on: ${{ matrix.os }}
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
24
with:
25
python-version: ${{ matrix.python-version }}
26
architecture: ${{ matrix.architecture }}
0 commit comments