Skip to content

Commit 5d0d6c0

Browse files
committed
ci: add/update release workflow
1 parent bf6a713 commit 5d0d6c0

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
41+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
with:
4343
token: ${{ steps.app-token.outputs.token }}
4444
# Note: special permissions for push to protected branch required
@@ -97,7 +97,7 @@ jobs:
9797
RUNNER_DEBUG: 1
9898
with:
9999
# dry_run: true
100-
semantic_version: 24.1.2
100+
semantic_version: 24.1.3
101101

102102
extra_plugins:
103103
"@semantic-release/changelog@\

0 commit comments

Comments
 (0)