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 13
13
with :
14
14
app-id : ${{ secrets.BOT_APP_ID }}
15
15
private-key : ${{ secrets.BOT_PRIVATE_KEY }}
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17
17
with :
18
18
persist-credentials : false # for later steps to use a different authentication
19
19
- uses : actions/setup-node@v3
40
40
matrix :
41
41
node-version : ${{ fromJson(needs.get-supported-node-versions.outputs.versions) }}
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
44
44
with :
45
45
fetch-depth : 0 # for commit linting
46
46
- uses : actions/setup-node@v3
57
57
get-supported-node-versions :
58
58
runs-on : ubuntu-latest
59
59
steps :
60
- - uses : actions/checkout@v3
60
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
61
61
- id : get
62
62
run : |
63
63
set -euxo pipefail
You can’t perform that action at this time.
0 commit comments