We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91560e commit 369281eCopy full SHA for 369281e
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
path: dist
34
35
- name: Generate artifact attestation for sdist and wheel
36
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
+ uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
37
with:
38
subject-path: "dist/cibuildwheel-*"
39
.github/workflows/update-dependencies.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v4
- - uses: wntrblm/nox@2025.02.09
+ - uses: wntrblm/nox@2025.05.01
- name: "Run update: dependencies"
run: nox --force-color -s update_constraints
0 commit comments