File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 release-please :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : googleapis/release-please-action@v4
11+ - uses : googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
1212 id : release
1313 with :
1414 release-type : node
1515 # The logic below handles the npm publication:
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717 # these if statements ensure that a publication only occurs when
1818 # a new release is created:
1919 if : ${{ steps.release.outputs.release_created }}
20- - uses : actions/setup-node@v4
20+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121 with :
2222 node-version : ' 22'
2323 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments