We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a801bd commit 5efc743Copy full SHA for 5efc743
.github/workflows/ci.yml
@@ -243,7 +243,7 @@ jobs:
243
- uses: actions/checkout@v4
244
245
- name: Setup Python ${{ matrix.python-version }} (deadsnakes)
246
- uses: deadsnakes/action@v3.1.0
+ uses: deadsnakes/action@v3.2.0
247
with:
248
python-version: ${{ matrix.python-version }}
249
debug: ${{ matrix.python-debug }}
.github/workflows/pip.yml
@@ -102,7 +102,7 @@ jobs:
102
- uses: actions/download-artifact@v4
103
104
- name: Generate artifact attestation for sdist and wheel
105
- uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
+ uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
106
107
subject-path: "*/pybind11*"
108
0 commit comments