We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e62b0 commit 548c60dCopy full SHA for 548c60d
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.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