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 Dependabot :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 - name : Install perquisite
1414 run : |
1515 pip3 install dockerfile-parse
Original file line number Diff line number Diff line change 1616 push_matrix : ${{ steps.set-matrix.outputs.push_matrix }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222 - name : Setup Matrix-Jobs
6464 ${{ insert }} : ${{ fromJson(needs.Setup.outputs.build_matrix) }}
6565 steps :
6666 - name : Checkout
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868
6969 - name : Login to Docker Hub
7070 if : github.event_name == 'push'
@@ -157,7 +157,7 @@ jobs:
157157 ${{ insert }} : ${{ fromJson(needs.Setup.outputs.push_matrix) }}
158158 steps :
159159 - name : Checkout
160- uses : actions/checkout@v4
160+ uses : actions/checkout@v5
161161
162162 - name : Login to Docker Hub
163163 uses : docker/login-action@v3
You can’t perform that action at this time.
0 commit comments