File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : Lint commit messages
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 1212 ensure-release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 with :
1717 fetch-depth : 0
1818 persist-credentials : true
Original file line number Diff line number Diff line change 2020 new_release_published : ${{ steps.semantic.outputs.new_release_published }}
2121 new_release_version : ${{ steps.semantic.outputs.new_release_version }}
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 with :
2525 persist-credentials : false
2626
4242 env :
4343 IMAGE_VERSION : ${{ needs.release.outputs.new_release_version }}
4444 steps :
45- - uses : actions/checkout@v6
45+ - uses : actions/checkout@v7
4646
4747 - name : Install build tools
4848 run : ./scripts/install_tools.sh
Original file line number Diff line number Diff line change 1313 name : Check and update runner version
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 with :
1818 token : ${{ secrets.REPO_PAT }}
1919
Original file line number Diff line number Diff line change 1111 name : Lint Containerfile
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515
1616 - uses : hadolint/hadolint-action@v3.3.0
1717 with :
2222 needs : hadolint
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@v7
2626
2727 - name : Install build tools
2828 run : ./scripts/install_tools.sh
You can’t perform that action at this time.
0 commit comments