From 437987ffe992866c5a027a217426ca4eff6d8316 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 9 Aug 2023 02:43:13 +0200 Subject: [PATCH] chore(deps): update ubuntu to 22.04 (#11351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ubuntu](https://togithub.com/actions/runner-images) | github-runner | major | `20.04` -> `22.04` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/renovate-bump.yaml | 2 +- .github/workflows/stale.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index 6effcd28553..a609caa0306 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -10,7 +10,7 @@ on: jobs: renovate-bump: name: Get changed Apps - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index acf27beb95c..877897acd64 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -8,7 +8,7 @@ on: jobs: stale: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check for stale issues and PRs uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8