From be2ca3ac8ad50305fe88adda39e16bbd791c5a3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:53:46 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/closing.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/labels.yml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/pull_requests.yaml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/test.yml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/closing.yml b/.github/workflows/closing.yml index d9a1ff5..18ca0c8 100644 --- a/.github/workflows/closing.yml +++ b/.github/workflows/closing.yml @@ -17,7 +17,7 @@ jobs: permissions: issues: write # for peter-evans/create-or-update-comment to create or update comment pull-requests: write # for peter-evans/create-or-update-comment to create or update comment - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Add closed question comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 31ca315..2cefa4c 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -19,7 +19,7 @@ permissions: jobs: build: name: Sync labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: srealmoreno/label-sync-action@v1 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d2191fc..950f31a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,7 +17,7 @@ jobs: permissions: issues: write # for peter-evans/create-or-update-comment to create or update comment pull-requests: write # for peter-evans/create-or-update-comment to create or update comment - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Add backlog comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 85f0b5e..767c1ec 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ permissions: jobs: pre-commit: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pull_requests.yaml b/.github/workflows/pull_requests.yaml index deb93f7..73e4de1 100644 --- a/.github/workflows/pull_requests.yaml +++ b/.github/workflows/pull_requests.yaml @@ -18,7 +18,7 @@ jobs: permissions: pull-requests: write contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Weblate automerge if: github.actor == 'weblate' steps: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 892a609..31bec3b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ permissions: jobs: stale-issues: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: issues: write pull-requests: write diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a50a82..bafbedb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 # v4 @@ -49,7 +49,7 @@ jobs: docker: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 # v4