Skip to content

Commit 3802b2d

Browse files
authored
1 parent b470243 commit 3802b2d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/stubs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: github.event_name == 'push' && github.repository == 'AMReX-Codes/pyamrex' && github.ref == 'refs/heads/development'
3737
run: git pull
3838

39-
- uses: actions/setup-python@v4
39+
- uses: actions/setup-python@v5
4040
name: Install Python
4141
with:
4242
python-version: '3.9'

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CXXFLAGS: "-Werror -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names -Wno-array-bounds"
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v5
2121
name: Install Python
2222
with:
2323
python-version: '3.9'

.github/workflows/windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.x'
1818
- name: Build & Install
@@ -40,10 +40,9 @@ jobs:
4040
runs-on: windows-latest
4141
steps:
4242
- uses: actions/checkout@v4
43-
- uses: actions/setup-python@v4
43+
- uses: actions/setup-python@v5
4444
with:
4545
python-version: '3.x'
46-
- uses: seanmiddleditch/gha-setup-ninja@master
4746
- name: Build
4847
run: |
4948
python3 -m pip install -U pip setuptools[core] wheel pytest

0 commit comments

Comments
 (0)