From b7a48a3f8e3d1ce8050ff3567d8a87c4f1f96f75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:53:10 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/testing.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b4148cc..e114ad7 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -8,7 +8,7 @@ on: - cron: '0 0 * * *' jobs: end-to-end: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -25,7 +25,7 @@ jobs: run: | molecule test role-common: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -42,7 +42,7 @@ jobs: run: | cd roles/common && molecule test role-desktop: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -59,7 +59,7 @@ jobs: run: | cd roles/desktop && molecule test role-dev: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -76,7 +76,7 @@ jobs: run: | cd roles/dev && molecule test role-fuzzing: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -93,7 +93,7 @@ jobs: run: | cd roles/fuzzing && molecule test role-hashicorp: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -110,7 +110,7 @@ jobs: run: | cd roles/hashicorp && molecule test role-recon: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -127,7 +127,7 @@ jobs: run: | cd roles/recon && molecule test role-reveng: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -144,7 +144,7 @@ jobs: run: | cd roles/reveng && molecule test role-vscode: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}