Skip to content

Commit 55776d1

Browse files
fix(ci): correct checkout SHA pin to actual v4 tag (11d5960)
The previous SHA 34e1148 was a v6-era PR commit, not the v4 tag. GitHub Actions could not resolve it, causing zero-step CI failures. The correct v4 tag SHA is 11d5960a326750d5838078e36cf38b85af677262.
1 parent 8f25880 commit 55776d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.11", "3.12", "3.13"]
1919

2020
steps:
21-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
21+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
2222
with:
2323
persist-credentials: false
2424

@@ -46,7 +46,7 @@ jobs:
4646
id-token: write
4747

4848
steps:
49-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
49+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
5050
with:
5151
persist-credentials: false
5252

0 commit comments

Comments
 (0)