Skip to content

Commit 48182f4

Browse files
committed
ci: add/update release workflow
1 parent fad69c0 commit 48182f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)