We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4cb09 commit b6888d2Copy full SHA for b6888d2
.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:
@@ -78,7 +78,7 @@ jobs:
78
EOF
79
80
- name: Install NodeJs
81
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
82
with:
83
node-version: 24 # semantic-release 25 requires NodeJs 22 or 24
84
0 commit comments