From cfcbb58e96fc8119592c5ea7ed30b1d33c8c5a6b Mon Sep 17 00:00:00 2001 From: Piotr Parczewski Date: Wed, 25 Mar 2026 14:39:28 +0100 Subject: [PATCH 1/2] Switch CI testing to Noble --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b7e9022..f5de9be 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,7 +5,7 @@ name: Pull request jobs: lint: if: github.repository == 'stackhpc/openstack-config' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: {} strategy: fail-fast: false From f74aa6824460f15e36b4aead1e1a6983bd88862b Mon Sep 17 00:00:00 2001 From: Piotr Parczewski Date: Wed, 25 Mar 2026 14:41:43 +0100 Subject: [PATCH 2/2] Update GH actions versions --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f5de9be..87893b8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -17,10 +17,10 @@ jobs: name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }} steps: - name: GitHub Checkout 🛎 - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Python ${{ matrix.python-version }} 🐍 - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python }}