Skip to content

Commit 43d6999

Browse files
authored
Merge pull request #65 from stackhpc/ci-ubuntu-noble
CI: Updates
2 parents 50f60d6 + f74aa68 commit 43d6999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Pull request
55
jobs:
66
lint:
77
if: github.repository == 'stackhpc/openstack-config'
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
permissions: {}
1010
strategy:
1111
fail-fast: false
@@ -17,10 +17,10 @@ jobs:
1717
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
1818
steps:
1919
- name: GitHub Checkout 🛎
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121

2222
- name: Setup Python ${{ matrix.python-version }} 🐍
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python }}
2626

0 commit comments

Comments
 (0)