Skip to content

Commit 0d68a36

Browse files
authored
Merge pull request #68 from mpi-forum/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a95422c + 8edf632 commit 0d68a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- macos-13
5555
steps:
5656
- uses: actions/checkout@v5
57-
- uses: actions/setup-python@v5
57+
- uses: actions/setup-python@v6
5858
with: {python-version: '3.x'}
5959
- run: python -m pip install meson ninja
6060
- run: bash -x build-meson.sh

.github/workflows/mpi4py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$mpi_stubs/lib >> $GITHUB_ENV
3737
3838
- name: Setup Python
39-
uses: actions/setup-python@v5
39+
uses: actions/setup-python@v6
4040
with:
4141
python-version: 3
4242

0 commit comments

Comments
 (0)