We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bc50e7 + 6f69c29 commit 99490e8Copy full SHA for 99490e8
2 files changed
.github/workflows/pythonpublish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4.2.2
+ - uses: actions/checkout@v6.0.1
17
with:
18
submodules: recursive
19
- name: Set up Python
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
22
23
24
25
26
- name: Set up Python ${{ matrix.python-version }}
0 commit comments