Skip to content

Commit 9e40703

Browse files
committed
Upgrade versions of checkout and setup-python
1 parent 252d62d commit 9e40703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Get history and tags for SCM versioning to work
3737
run: |
3838
git fetch --prune --unshallow
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
mpi: ${{ matrix.mpi }}
4444
- name: Set up Python ${{ matrix.python-version }}
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Installing Dependencies

0 commit comments

Comments
 (0)