Skip to content

Commit

Permalink
Bump setup-python action version (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Mar 27, 2024
1 parent 2426281 commit ddeda56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -56,7 +56,7 @@ jobs:
pip install -e .
- name: Checkout HSDS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: HDFGroup/hsds
path: ${{github.workspace}}/hsds
Expand Down

0 comments on commit ddeda56

Please sign in to comment.