File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2828 publish : ${{ steps.version.outputs.publish }}
2929 steps :
3030 - name : Checkout the repository
31- uses : actions/checkout@v4.0 .0
31+ uses : actions/checkout@v4.1 .0
3232 with :
3333 fetch-depth : 0
3434
5555 arch : ${{ fromJson(needs.init.outputs.architectures) }}
5656 steps :
5757 - name : Checkout the repository
58- uses : actions/checkout@v4.0 .0
58+ uses : actions/checkout@v4.1 .0
5959
6060 - name : Login to GitHub Container Registry
6161 if : needs.init.outputs.publish == 'true'
8888 steps :
8989 - name : Checkout the repository
9090 if : needs.init.outputs.publish == 'true'
91- uses : actions/checkout@v4.0 .0
91+ uses : actions/checkout@v4.1 .0
9292
9393 - name : Initialize git
9494 if : needs.init.outputs.publish == 'true'
Original file line number Diff line number Diff line change 1616 name : hadolint
1717 steps :
1818 - name : Check out the repository
19- uses : actions/checkout@v4.0 .0
19+ uses : actions/checkout@v4.1 .0
2020
2121 - name : Run linter
2222 id : changed_files
3333 name : JQ
3434 steps :
3535 - name : Check out the repository
36- uses : actions/checkout@v4.0 .0
36+ uses : actions/checkout@v4.1 .0
3737
3838 - name : Run linter
3939 run : |
4444 name : ShellCheck
4545 steps :
4646 - name : Check out the repository
47- uses : actions/checkout@v4.0 .0
47+ uses : actions/checkout@v4.1 .0
4848
4949 - name : Run linter
5050 uses : ludeeus/action-shellcheck@2.0.0
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@v4.0 .0
14+ uses : actions/checkout@v4.1 .0
1515 with :
1616 fetch-depth : 0
1717
You can’t perform that action at this time.
0 commit comments