File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : " Checkout Repository"
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 - name : " Dependency Review"
1414 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 group : lint-${{ matrix.os }}-v${{ matrix.node-version }}-${{ github.ref }}
3232 cancel-in-progress : true
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737
3838 - name : Use Node.js ${{ matrix.node-version }}
39- uses : actions/setup-node@v4
39+ uses : actions/setup-node@v6
4040 with :
4141 node-version : ${{ matrix.node-version }}
4242 cache : " npm"
@@ -76,10 +76,10 @@ jobs:
7676 cancel-in-progress : true
7777
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v6
8080
8181 - name : Use Node.js ${{ matrix.node-version }}
82- uses : actions/setup-node@v4
82+ uses : actions/setup-node@v6
8383 with :
8484 node-version : ${{ matrix.node-version }}
8585 cache : " npm"
You can’t perform that action at this time.
0 commit comments