We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65715d9 commit d5c1708Copy full SHA for d5c1708
.github/workflows/tf-release.yml
@@ -18,7 +18,7 @@ env:
18
SEMANTIC_RELEASE_GIT_VERSION: 10.0.1
19
20
# renovate: datasource=npm depName=conventional-changelog-conventionalcommits
21
- CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.2.0
+ CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 9.3.0
22
23
jobs:
24
release:
@@ -79,7 +79,7 @@ jobs:
79
EOF
80
81
- name: Install NodeJs
82
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
83
with:
84
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
85
0 commit comments