We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91cc253 + f9abec4 commit 1ad8585Copy full SHA for 1ad8585
2 files changed
.github/workflows/pythonpublish.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.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