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 a2efa53 + 630388b commit fe7bbd5Copy full SHA for fe7bbd5
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
audit:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- uses: ./.github/actions/setup-python-pip
19
with:
@@ -51,7 +51,7 @@ jobs:
51
python-version: "3.14"
52
check-latest: false
53
54
55
56
57
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
id-token: write
23
contents: read
24
25
26
27
28
0 commit comments