File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243
243
- uses : actions/checkout@v4
244
244
245
245
- name : Setup Python ${{ matrix.python-version }} (deadsnakes)
246
- uses : deadsnakes/action@v3.1 .0
246
+ uses : deadsnakes/action@v3.2 .0
247
247
with :
248
248
python-version : ${{ matrix.python-version }}
249
249
debug : ${{ matrix.python-debug }}
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
- uses : actions/download-artifact@v4
103
103
104
104
- name : Generate artifact attestation for sdist and wheel
105
- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
105
+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
106
106
with :
107
107
subject-path : " */pybind11*"
108
108
You can’t perform that action at this time.
0 commit comments