Skip to content

Commit

Permalink
Merge pull request #103 from SovereignCloudStack/renovate/major-22-gi…
Browse files Browse the repository at this point in the history
…thub-actions

🌱 Update Github Actions group to 22.04
  • Loading branch information
kranurag7 authored Mar 8, 2024
2 parents b540e39 + 7db617f commit 384c666
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
validation:
name: check for kubebuilder markers
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-cache-cleaner-cso-image.yml
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-20.04
runs-on: ubuntu-22.04
steps:
# Load Golang cache build from GitHub
- name: Load cso Golang cache build from GitHub
Expand Down

0 comments on commit 384c666

Please sign in to comment.