We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec3d9c commit bf12606Copy full SHA for bf12606
.github/workflows/ci.yml
@@ -1124,7 +1124,7 @@ jobs:
1124
uses: jwlawson/[email protected]
1125
1126
- name: Install ninja-build tool
1127
- uses: seanmiddleditch/gha-setup-ninja@v5
+ uses: seanmiddleditch/gha-setup-ninja@v6
1128
1129
- name: Run pip installs
1130
run: |
.github/workflows/pip.yml
@@ -103,7 +103,7 @@ jobs:
103
- uses: actions/download-artifact@v4
104
105
- name: Generate artifact attestation for sdist and wheel
106
- uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
+ uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
107
with:
108
subject-path: "*/pybind11*"
109
0 commit comments