File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727 publish : ${{ steps.version.outputs.publish }}
2828 steps :
2929 - name : Checkout the repository
30- uses : actions/checkout@v5 .0.1
30+ uses : actions/checkout@v6 .0.0
3131 with :
3232 fetch-depth : 0
3333
5454 arch : ${{ fromJson(needs.init.outputs.architectures) }}
5555 steps :
5656 - name : Checkout the repository
57- uses : actions/checkout@v5 .0.1
57+ uses : actions/checkout@v6 .0.0
5858
5959 - name : Login to GitHub Container Registry
6060 if : needs.init.outputs.publish == 'true'
8585 steps :
8686 - name : Checkout the repository
8787 if : needs.init.outputs.publish == 'true'
88- uses : actions/checkout@v5 .0.1
88+ uses : actions/checkout@v6 .0.0
8989
9090 - name : Initialize git
9191 if : needs.init.outputs.publish == 'true'
Original file line number Diff line number Diff line change 99 name : lint
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5 .0.1
12+ - uses : actions/checkout@v6 .0.0
1313
Original file line number Diff line number Diff line change 1111 name : Release Drafter
1212 steps :
1313 - name : Checkout the repository
14- uses : actions/checkout@v5 .0.1
14+ uses : actions/checkout@v6 .0.0
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments