File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414
1515 - name : Set up Node.js
16- uses : actions/setup-node@v3
16+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1717 with :
1818 node-version : 20
1919 cache : npm
@@ -31,10 +31,10 @@ jobs:
3131 runs-on : ubuntu-latest
3232 needs : test
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3535
3636 - name : Set up Node.js
37- uses : actions/setup-node@v3
37+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3838 with :
3939 node-version : 20
4040 cache : npm
4646 run : npm run build
4747
4848 - name : Upload artifacts
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5050 with :
5151 name : dist
5252 path : dist/
You can’t perform that action at this time.
0 commit comments