File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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@v3
12+ uses : actions/checkout@v4
1313 - name : " Dependency Review"
1414 uses : actions/dependency-review-action@v3
Original file line number Diff line number Diff line change 3232 cancel-in-progress : true
3333
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 with :
3737 fetch-depth : 0
3838
8080 if : matrix.os == 'windows-latest'
8181 run : git config --global core.autocrlf input
8282
83- - uses : actions/checkout@v3
83+ - uses : actions/checkout@v4
8484
8585 - name : Use Node.js ${{ matrix.node-version }}
8686 uses : actions/setup-node@v3
@@ -118,7 +118,7 @@ jobs:
118118 if : matrix.os == 'windows-latest'
119119 run : git config --global core.autocrlf input
120120
121- - uses : actions/checkout@v3
121+ - uses : actions/checkout@v4
122122
123123 - name : Use Node.js ${{ matrix.node-version }}
124124 uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments