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@v4
12+ uses : actions/checkout@v5
1313 - name : " Dependency Review"
1414 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 3232 cancel-in-progress : true
3333
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838
8181 if : matrix.os == 'windows-latest'
8282 run : git config --global core.autocrlf input
8383
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v5
8585 - uses : actions/github-script@v7
8686 id : calculate_architecture
8787 with :
@@ -137,7 +137,7 @@ jobs:
137137 if : matrix.os == 'windows-latest'
138138 run : git config --global core.autocrlf input
139139
140- - uses : actions/checkout@v4
140+ - uses : actions/checkout@v5
141141 - uses : actions/github-script@v7
142142 id : calculate_architecture
143143 with :
You can’t perform that action at this time.
0 commit comments