File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 COMPOSE_BAKE : true
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 token : ${{ secrets.pat-github }}
4444 submodules : " true"
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 9696 image-tag : ${{ steps.export-sha.outputs.sha_short }}
9797 steps :
9898 - name : Checkout repository
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v6
100100 with :
101101 ref : ${{ inputs.image-tag || github.sha }}
102102 token : ${{ secrets.pat-github }}
You can’t perform that action at this time.
0 commit comments