From 91b48f8fcfb1f829ceeedda01c68cd915a44e491 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:50:26 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 3218d94..c8b1185 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -3,7 +3,7 @@ on: [push] jobs: bundle_audit: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 @@ -20,7 +20,7 @@ jobs: run: bundle exec bundle-audit check --update brakeman: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1