Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24 (#80)
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 Sep 27, 2024
1 parent 5c8808d commit 035964e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
helm-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
extract_version:
name: Extract Version
if: '!github.event.pull_request.head.repo.fork'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
app_version: ${{ steps.read_yaml.outputs.app_version }}
available: ${{ steps.read_yaml.outputs.available }}
Expand All @@ -40,7 +40,7 @@ jobs:
name: Builds
needs: extract_version
if: '!github.event.pull_request.head.repo.fork && ${{ needs.extract_version.outputs.available == true }}'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
packages: write

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
name: Deploys
needs:
- builds
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: redhat-actions/openshift-tools-installer@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Clean up OpenShift when PR closed, no conditions
cleanup-openshift:
name: Cleanup OpenShift
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: redhat-actions/openshift-tools-installer@v1
with:
Expand Down

0 comments on commit 035964e

Please sign in to comment.