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 .0.2
16+ - uses : actions/checkout@v7 .0.1
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 .0.2
15+ - uses : actions/checkout@v7 .0.1
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 .0.2
23+ - uses : actions/checkout@v7 .0.1
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 .0.2
45+ - uses : actions/checkout@v7 .0.1
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 .0.2
16+ - uses : actions/checkout@v7 .0.1
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 .0.2
14+ - uses : actions/checkout@v7 .0.1
1515
1616 - uses : hadolint/hadolint-action@v3.3.0
1717 with :
2121 name : Action archive cache coverage
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v6 .0.2
24+ - uses : actions/checkout@v7 .0.1
2525 - name : Check required Laelidona github-actions refs are cached
2626 run : |
2727 chmod +x scripts/check_required_action_refs.sh
3636 - action-cache-coverage
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v6 .0.2
39+ - uses : actions/checkout@v7 .0.1
4040
4141 - name : Install build tools
4242 run : ./scripts/install_tools.sh
You can’t perform that action at this time.
0 commit comments