Skip to content

Commit b6bb5e0

Browse files
committed
ci: add/update release workflow
1 parent 5efe354 commit b6bb5e0

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
@@ -38,7 +38,7 @@ jobs:
3838
private-key: ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }}
3939

4040
- name: Checkout
41-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
with:
4343
token: ${{ steps.app-token.outputs.token }}
4444
# Note: special permissions for push to protected branch required
@@ -99,7 +99,7 @@ jobs:
9999
RUNNER_DEBUG: 1
100100
with:
101101
# dry_run: true
102-
semantic_version: 25.0.2
102+
semantic_version: 25.0.3
103103

104104
extra_plugins:
105105
"@semantic-release/changelog@\

0 commit comments

Comments
 (0)