Skip to content

Commit 3fa2bd9

Browse files
chore(actions): update github-actions (#91)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c908696 commit 3fa2bd9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/publish-scaffold.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010

1111
jobs:
1212
deploy:
13-
runs-on: [ubuntu-22.04]
13+
runs-on: [ubuntu-24.04]
1414

1515
steps:
1616
- name: Checkout

.github/workflows/publish-website.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defaults:
2525

2626
jobs:
2727
build:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
env:
3030
HUGO_VERSION: 0.111.2
3131

@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
jobs:
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

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defaults:
3535
jobs:
3636
release:
3737
name: Trigger release
38-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3939
permissions:
4040
contents: write
4141

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717

1818
jobs:
1919
check-generate:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- name: Checkout
@@ -41,7 +41,7 @@ jobs:
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:
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)