We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e581c commit 22682c2Copy full SHA for 22682c2
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
# IMPORTANT: this permission is mandatory for trusted publishing
15
id-token: write
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
os: [ubuntu-latest, windows-latest, macos-latest]
25
runs-on: ${{ matrix.os }}
26
27
28
- uses: actions/setup-python@v5
29
30
python-version: ${{ matrix.python_version }}
0 commit comments