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:
15
15
if : github.repository_owner == 'astrolicious'
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
with :
20
20
ref : ${{ github.event.pull_request.head.ref }}
21
21
- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22
- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
22
+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
23
23
with :
24
24
node-version-file : " .nvmrc"
25
25
cache : " pnpm"
Original file line number Diff line number Diff line change 21
21
app-id : ${{ vars.BOT_APPID }}
22
22
private-key : ${{ secrets.BOT_SECRET }}
23
23
24
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25
25
with :
26
26
token : ${{ steps.app-token.outputs.token }}
27
27
ref : ${{ github.head_ref }}
30
30
uses : pnpm/action-setup@v3
31
31
32
32
- name : Setup Node
33
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
33
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
34
34
with :
35
35
node-version-file : " .nvmrc"
36
36
cache : " pnpm"
You can’t perform that action at this time.
0 commit comments