diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b7e9022..87893b8 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 @@ -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 }}