File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 env :
2424 WE_HELPER_GITHUB_PRIVATE_KEY : ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
2525 if : env.WE_HELPER_GITHUB_PRIVATE_KEY # only if we have the required secret
26- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
26+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
2727 id : app-token
2828 with :
2929 app-id : ${{ secrets.WE_HELPER_GITHUB_APP_ID }}
3030 private-key : ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
3131
3232 - name : Checkout the repository and persist credentials
33- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.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
You can’t perform that action at this time.
0 commit comments