Skip to content

Commit

Permalink
chore(actions): update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 784eafb commit b005d61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defaults:
jobs:
test:
name: Run tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults:
jobs:
validate:
name: Run validations
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Checkout repository
Expand All @@ -37,7 +37,7 @@ jobs:
publish-to-pages:
name: Publish chart to github pages
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
permissions:
contents: write
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
version: ${{ env.HELM_VERSION }}

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

- name: Create package
run: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

publish-to-packages:
name: Publish chart to github packages
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate
permissions:
contents: read
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
update-cop:
name: Update component operator
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: validate

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

Expand Down

0 comments on commit b005d61

Please sign in to comment.