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 @@ -51,14 +51,14 @@ jobs:
5151 steps :
5252 - id : checkout
5353 name : Checkout
54- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 # Use v3 or later
54+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Use v3 or later
5555 with :
5656 persist-credentials : false
5757 token : ${{ secrets.GITHUB_TOKEN }}
5858 fetch-depth : 0
5959 - id : nodejs
6060 name : Use Node.js
61- uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 # Use v3 or later
61+ uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 # Use v3 or later
6262 with :
6363 node-version : 22.x
6464 cache : " npm"
7575 - name : Release Please
7676 if : ${{ !github.event.inputs.skip_release }}
7777 id : release
78- uses : google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
78+ uses : google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
7979 with :
8080 release-type : node # Or the appropriate release type for your project
8181 - id : coveralls
You can’t perform that action at this time.
0 commit comments