Skip to content

Commit 6dda04d

Browse files
fix(ci): revert invalid actions/checkout SHA pin to @v4 (11d5960 is not a valid ref)
1 parent 1b7dea2 commit 6dda04d

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@11d5960a326750d5838078e36cf38b85af677262
20+
- uses: actions/checkout@v4
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@11d5960a326750d5838078e36cf38b85af677262
24+
- uses: actions/checkout@v4
2525
with:
2626
persist-credentials: false
2727

0 commit comments

Comments
 (0)