Skip to content

Commit d5c1708

Browse files
committed
ci: add/update release workflow
1 parent 65715d9 commit d5c1708

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
@@ -18,7 +18,7 @@ env:
1818
SEMANTIC_RELEASE_GIT_VERSION: 10.0.1
1919

2020
# renovate: datasource=npm depName=conventional-changelog-conventionalcommits
21-
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.2.0
21+
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.3.0
2222

2323
jobs:
2424
release:
@@ -79,7 +79,7 @@ jobs:
7979
EOF
8080
8181
- name: Install NodeJs
82-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
82+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
8383
with:
8484
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
8585

0 commit comments

Comments
 (0)