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 48842ef + 5047592 commit 57ae8f8Copy full SHA for 57ae8f8
.github/workflows/pythonpublish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4.1.1
+ - uses: actions/checkout@v4.2.2
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