File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121jobs :
2222 bump-version :
2323 name : bump-version
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525
2626 steps :
2727 - name : Checkout
Original file line number Diff line number Diff line change 1313jobs :
1414 build :
1515 name : build
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - uses : actions/checkout@v4
1919
Original file line number Diff line number Diff line change 1313jobs :
1414 hadolint :
1515 name : hadolint
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - name : Clone
1919 uses : actions/checkout@v4
2222
2323 markdown-lint :
2424 name : markdown-lint
25- runs-on : ubuntu-22 .04
25+ runs-on : ubuntu-24 .04
2626 steps :
2727 - name : Clone
2828 uses : actions/checkout@v4
3434
3535 shellcheck :
3636 name : shellcheck
37- runs-on : ubuntu-22 .04
37+ runs-on : ubuntu-24 .04
3838 steps :
3939 - name : Clone
4040 uses : actions/checkout@v4
4545
4646 shfmt :
4747 name : shfmt
48- runs-on : ubuntu-22 .04
48+ runs-on : ubuntu-24 .04
4949 steps :
5050 - name : Clone
5151 uses : actions/checkout@v4
5858
5959 yamllint :
6060 name : yamllint
61- runs-on : ubuntu-22 .04
61+ runs-on : ubuntu-24 .04
6262 steps :
6363 - name : Clone
6464 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
1616 tagged-release :
1717 name : tagged-release
18- runs-on : ubuntu-22 .04
18+ runs-on : ubuntu-24 .04
1919 env :
2020 CI_BRANCH : release
2121 PACKAGECLOUD_REPOSITORY : dokku/dokku
You can’t perform that action at this time.
0 commit comments