We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0d6c0 commit c398d2aCopy full SHA for c398d2a
.github/workflows/tf-release.yml
@@ -77,7 +77,7 @@ jobs:
77
EOF
78
79
- name: Install NodeJs
80
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
81
with:
82
node-version: 20
83
@@ -97,7 +97,7 @@ jobs:
97
RUNNER_DEBUG: 1
98
99
# dry_run: true
100
- semantic_version: 24.1.3
+ semantic_version: 24.2.0
101
102
extra_plugins:
103
"@semantic-release/changelog@\
0 commit comments