File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 build :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
40- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
39+ - uses : actions/checkout@v3
40+ - uses : actions/setup-node@v3
4141 with :
4242 cache : npm
4343 node-version : lts/*
6666 run : |
6767 git config --global core.autocrlf false
6868 git config --global core.eol lf
69- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
70- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
69+ - uses : actions/checkout@v3
70+ - uses : actions/setup-node@v3
7171 with :
7272 cache : npm
7373 node-version : ${{ matrix.node }}
@@ -81,12 +81,12 @@ jobs:
8181 if : always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
84+ - uses : actions/checkout@v3
8585 with :
8686 # Need to fetch entire commit history to
8787 # analyze every commit since last release
8888 fetch-depth : 0
89- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
89+ - uses : actions/setup-node@v3
9090 with :
9191 cache : npm
9292 node-version : lts/*
You can’t perform that action at this time.
0 commit comments