Skip to content

Commit 086da0b

Browse files
fix(ci): correct checkout SHA pin to actual v4 tag (11d5960)
1 parent 468b344 commit 086da0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.10", "3.11", "3.12", "3.13"]
1818

1919
steps:
20-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
20+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
2121
with:
2222
persist-credentials: false
2323

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222

2323
steps:
24-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
24+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
2525
with:
2626
persist-credentials: false
2727

0 commit comments

Comments
 (0)