We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03152d6 commit 1a80a42Copy full SHA for 1a80a42
1 file changed
.github/workflows/cowork-auto-pr.yml
@@ -16,7 +16,7 @@ jobs:
16
# without this step every run failed with "not a git repository" and no
17
# PR was ever opened (fleet-wide defect: 11/11 seeded copies lacked it).
18
- name: Check out the pushed branch
19
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
+ uses: actions/checkout@v4 # v4
20
with:
21
ref: ${{ github.ref_name }}
22
fetch-depth: 0
0 commit comments