Skip to content

Commit

Permalink
🌱 Update Github Actions group to 24.04 (#207)
Browse files Browse the repository at this point in the history
| datasource     | package | from  | to    |
| -------------- | ------- | ----- | ----- |
| github-runners | ubuntu  | 22.04 | 24.04 |

Co-authored-by: cluster-stack-bot[bot] <143188378+cluster-stack-bot[bot]@users.noreply.github.com>
Co-authored-by: Jan Schoone <[email protected]>
  • Loading branch information
cluster-stack-bot[bot] and jschoone authored Dec 2, 2024
1 parent aa430cf commit c8ccfef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kubebuilder-markers-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
validation:
name: check for kubebuilder markers
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-cache-cleaner-cspo-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
jobs:
cache-cleaner:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
# Load Golang cache build from GitHub
- name: Load cspo Golang cache build from GitHub
Expand Down

0 comments on commit c8ccfef

Please sign in to comment.