File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 platform : [ubuntu-latest, macos-latest]
1919 node-version : [lts/*, current]
2020 steps :
21- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
22- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
21+ - uses : actions/checkout@v3
22+ - uses : actions/setup-node@v3
2323 with :
2424 node-version : ${{ matrix.node-version }}
2525 - run : npm i pnpm@latest -g
@@ -33,12 +33,12 @@ jobs:
3333 needs : test
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
36+ - uses : actions/checkout@v3
3737 with :
3838 # Need to fetch entire commit history to
3939 # analyze every commit since last release
4040 fetch-depth : 0
41- - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
41+ - uses : actions/setup-node@v3
4242 with :
4343 node-version : lts/*
4444 - run : npm i pnpm@latest -g
You can’t perform that action at this time.
0 commit comments