File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 if : github.repository_owner == 'astrolicious'
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 ref : ${{ github.event.pull_request.head.ref }}
2121 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
22+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2323 with :
2424 node-version-file : " .nvmrc"
2525 cache : " pnpm"
Original file line number Diff line number Diff line change 2121 app-id : ${{ vars.BOT_APPID }}
2222 private-key : ${{ secrets.BOT_SECRET }}
2323
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525 with :
2626 token : ${{ steps.app-token.outputs.token }}
2727 ref : ${{ github.head_ref }}
3030 uses : pnpm/action-setup@v3
3131
3232 - name : Setup Node
33- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
33+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3434 with :
3535 node-version-file : " .nvmrc"
3636 cache : " pnpm"
You can’t perform that action at this time.
0 commit comments