There was an error while loading. Please reload this page.
1 parent ffe947e commit 5a1c677Copy full SHA for 5a1c677
1 file changed
.github/workflows/tf-autosquash.yml
@@ -30,7 +30,7 @@ jobs:
30
private-key: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
31
32
- name: Checkout the repository and persist credentials
33
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
34
with:
35
token: ${{ steps.app-token.outputs.token || github.token }}
36
fetch-depth: 0 # otherwise rebase will fail if PR is not based on the latest commit
0 commit comments