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.
1 parent b1ed7bb commit 9d2f46cCopy full SHA for 9d2f46c
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
merge-multiple: true
44
45
- name: Generate artifact attestation for sdist and wheel
46
- uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
+ uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
47
with:
48
subject-path: "dist/cibuildwheel-*"
49
.github/workflows/update-dependencies.yml
@@ -44,7 +44,7 @@ jobs:
- name: Create Pull Request
if: github.ref == 'refs/heads/main' && github.repository == 'pypa/cibuildwheel'
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
commit-message: Update dependencies
50
title: '[Bot] Update dependencies'
0 commit comments