We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1ffe6 commit 3977124Copy full SHA for 3977124
.github/workflows/tf-release.yml
@@ -24,7 +24,7 @@ env:
24
SEMANTIC_RELEASE_GIT_VERSION: 10.0.1
25
26
# renovate: datasource=npm depName=conventional-changelog-conventionalcommits
27
- CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.2.0
+ CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.3.0
28
29
jobs:
30
release:
@@ -86,7 +86,7 @@ jobs:
86
EOF
87
88
- name: Install NodeJs
89
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
90
with:
91
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
92
0 commit comments