Skip to content

Commit f734965

Browse files
authored
Merge branch 'main' into renovate/major-41-github-actions
2 parents 6c83878 + 1ac7a3c commit f734965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kubebuilder-markers-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
validation:
1616
name: check for kubebuilder markers
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

.github/workflows/schedule-cache-cleaner-cso-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212
jobs:
1313
cache-cleaner:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
# Load Golang cache build from GitHub
1717
- name: Load cso Golang cache build from GitHub

0 commit comments

Comments
 (0)