Skip to content

Commit 3977124

Browse files
committed
ci: add/update release workflow
1 parent 2b1ffe6 commit 3977124

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
@@ -24,7 +24,7 @@ env:
2424
SEMANTIC_RELEASE_GIT_VERSION: 10.0.1
2525

2626
# renovate: datasource=npm depName=conventional-changelog-conventionalcommits
27-
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.2.0
27+
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.3.0
2828

2929
jobs:
3030
release:
@@ -86,7 +86,7 @@ jobs:
8686
EOF
8787
8888
- name: Install NodeJs
89-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
89+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
9090
with:
9191
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
9292

0 commit comments

Comments
 (0)