Skip to content

Commit 0b9889b

Browse files
Update actions/checkout digest to de0fac2
1 parent 241760c commit 0b9889b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: true
3333

3434
steps:
35-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
35+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7
3737
with:
3838
version: 0.9.28
@@ -76,7 +76,7 @@ jobs:
7676
IMAGE: ghcr.io/${{ github.repository }}:${{ github.sha }}
7777

7878
steps:
79-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
79+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8080
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
8181
with:
8282
name: python-package-distributions

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version: ${{ steps.version.outputs.version }}
1919
changes: ${{ steps.changelog.outputs.changes }}
2020
steps:
21-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
with:
2323
ref: ${{ github.event.workflow_run.head_sha }}
2424

@@ -71,7 +71,7 @@ jobs:
7171
contents: write
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
74+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7575
with:
7676
fetch-depth: 0
7777
ref: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)