From 4e438e2d0a3ca2098ece99b5cb2e94ea4dd80bb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:22:35 -0800 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 (#5) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/versioning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 427db4b0..dd79cbcf 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -6,7 +6,7 @@ on: jobs: actions-tagger: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4