File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ defaults:
1010
1111jobs :
1212 deploy :
13- runs-on : [ubuntu-22 .04]
13+ runs-on : [ubuntu-24 .04]
1414
1515 steps :
1616 - name : Checkout
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ defaults:
2525
2626jobs :
2727 build :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-24 .04
2929 env :
3030 HUGO_VERSION : 0.111.2
3131
4747
4848 - name : Setup Pages
4949 id : pages
50- uses : actions/configure-pages@v4
50+ uses : actions/configure-pages@v5
5151
5252 - name : Get node version from package.json
5353 id : get_node_version
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defaults:
1313jobs :
1414 publish-go-module :
1515 name : Publish go module
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717
1818 steps :
1919 - name : Trigger registration on sum.golang.org
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ defaults:
3535jobs :
3636 release :
3737 name : Trigger release
38- runs-on : ubuntu-22 .04
38+ runs-on : ubuntu-24 .04
3939 permissions :
4040 contents : write
4141
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defaults:
1717
1818jobs :
1919 check-generate :
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121
2222 steps :
2323 - name : Checkout
4141 fi
4242
4343 unit-and-integration-tests :
44- runs-on : ubuntu-22 .04
44+ runs-on : ubuntu-24 .04
4545 needs : check-generate
4646
4747 steps :
5858 make test
5959
6060 test-scaffold :
61- runs-on : ubuntu-22 .04
61+ runs-on : ubuntu-24 .04
6262 needs :
6363 - check-generate
6464 - unit-and-integration-tests
You can’t perform that action at this time.
0 commit comments