Skip to content

Commit b91f726

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

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)