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 @@ -31,14 +31,14 @@ jobs:
3131
3232 steps :
3333 - name : Determine app token for release
34- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
34+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
3535 id : app-token
3636 with :
3737 app-id : ${{ secrets.WE_RELEASE_GITHUB_APP_ID }}
3838 private-key : ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }}
3939
4040 - name : Checkout
41- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4242 with :
4343 token : ${{ steps.app-token.outputs.token }}
4444 # Note: special permissions for push to protected branch required
You can’t perform that action at this time.
0 commit comments