Skip to content

Commit

Permalink
Upgrade versions of checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 committed Apr 13, 2024
1 parent 252d62d commit 9e40703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get history and tags for SCM versioning to work
run: |
git fetch --prune --unshallow
Expand All @@ -42,7 +42,7 @@ jobs:
with:
mpi: ${{ matrix.mpi }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Installing Dependencies
Expand Down

0 comments on commit 9e40703

Please sign in to comment.