File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
27+ uses : actions/checkout@v4
2828 - uses : actions/setup-node@v3
2929 with :
3030 node-version : 18
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
13+ - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v3
1515 with :
1616 node-version : 16
2424 matrix :
2525 node-version : [12.x, 14.x, 16.x]
2626 steps :
27- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
27+ - uses : actions/checkout@v4
2828 - name : Use Node.js ${{ matrix.node-version }}
2929 uses : actions/setup-node@v3
3030 with :
4141 matrix :
4242 node-version : [12.x]
4343 steps :
44- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
44+ - uses : actions/checkout@v4
4545 - name : Use Node.js ${{ matrix.node-version }}
4646 uses : actions/setup-node@v3
4747 with :
5959 matrix :
6060 node-version : [14.x]
6161 steps :
62- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
62+ - uses : actions/checkout@v4
6363 - name : Use Node.js ${{ matrix.node-version }}
6464 uses : actions/setup-node@v3
6565 with :
7474 test-and-coverage :
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
77+ - uses : actions/checkout@v4
7878 - uses : actions/setup-node@v3
7979 - name : Install Packages
8080 run : npm install
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
14+ uses : actions/checkout@v4
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments