Skip to content

Commit

Permalink
chore(actions): update github-actions (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent c908696 commit 3fa2bd9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-scaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:

jobs:
deploy:
runs-on: [ubuntu-22.04]
runs-on: [ubuntu-24.04]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defaults:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
HUGO_VERSION: 0.111.2

Expand All @@ -47,7 +47,7 @@ jobs:

- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Get node version from package.json
id: get_node_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
jobs:
publish-go-module:
name: Publish go module
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Trigger registration on sum.golang.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defaults:
jobs:
release:
name: Trigger release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaults:

jobs:
check-generate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand All @@ -41,7 +41,7 @@ jobs:
fi
unit-and-integration-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: check-generate

steps:
Expand All @@ -58,7 +58,7 @@ jobs:
make test
test-scaffold:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs:
- check-generate
- unit-and-integration-tests
Expand Down

0 comments on commit 3fa2bd9

Please sign in to comment.