Skip to content

Commit b6888d2

Browse files
committed
ci: add/update release workflow
1 parent 3e4cb09 commit b6888d2

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:
@@ -78,7 +78,7 @@ jobs:
7878
EOF
7979
8080
- name: Install NodeJs
81-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
81+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
8282
with:
8383
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
8484

0 commit comments

Comments
 (0)