Skip to content

Commit c5c8fad

Browse files
fix(ci): correct checkout SHA pin to actual v4 tag (11d5960)
1 parent c16a64e commit c5c8fad

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
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
16+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
1717
with:
1818
persist-credentials: false
1919

@@ -36,7 +36,7 @@ jobs:
3636
python-version: ["3.10", "3.11", "3.12", "3.13"]
3737

3838
steps:
39-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
39+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)