Skip to content

Commit 5a26a06

Browse files
committed
ci: add/update workflow for autosquash on PRs
1 parent fc69c7a commit 5a26a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-autosquash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
private-key: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
3131

3232
- name: Checkout the repository and persist credentials
33-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434
with:
3535
token: ${{ steps.app-token.outputs.token || github.token }}
3636
fetch-depth: 0 # otherwise rebase will fail if PR is not based on the latest commit

0 commit comments

Comments
 (0)