We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50f60d6 + f74aa68 commit 43d6999Copy full SHA for 43d6999
.github/workflows/pull-request.yml
@@ -5,7 +5,7 @@ name: Pull request
5
jobs:
6
lint:
7
if: github.repository == 'stackhpc/openstack-config'
8
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
9
permissions: {}
10
strategy:
11
fail-fast: false
@@ -17,10 +17,10 @@ jobs:
17
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
18
steps:
19
- name: GitHub Checkout 🛎
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
21
22
- name: Setup Python ${{ matrix.python-version }} 🐍
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python }}
26
0 commit comments