File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 actionlint :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 with :
1212 persist-credentials : false
1313 - name : Check workflow files
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 persist-credentials : false
2424
Original file line number Diff line number Diff line change 1717 permissions :
1818 contents : write
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-tags : true
2323 ref : ${{ inputs.tag-name }}
Original file line number Diff line number Diff line change 3838 IMAGE_REGISTRY_USERNAME : ${{ secrets.image-registry-username }}
3939 IMAGE_REGISTRY_PASSWORD : ${{ secrets.image-registry-password }}
4040 steps :
41- - uses : actions/checkout@v5
41+ - uses : actions/checkout@v6
4242 with :
4343 persist-credentials : false
4444 - name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments