We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48131a commit c1ea403Copy full SHA for c1ea403
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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