We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211d336 commit b14ee9dCopy full SHA for b14ee9d
.github/actions/setup-semantic-release/action.yml
@@ -5,7 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
# semantic-release requires newer versions of node then what is bundled in github action runner.
8
- - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
+ - uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
9
with:
10
node-version: 'lts/*'
11
0 commit comments