Skip to content

Commit 1a80a42

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cowork-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# without this step every run failed with "not a git repository" and no
1717
# PR was ever opened (fleet-wide defect: 11/11 seeded copies lacked it).
1818
- name: Check out the pushed branch
19-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
19+
uses: actions/checkout@v4 # v4
2020
with:
2121
ref: ${{ github.ref_name }}
2222
fetch-depth: 0

0 commit comments

Comments
 (0)