Skip to content

Commit

Permalink
Update github actions versions (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Apr 9, 2024
1 parent cf6ef45 commit 2d970a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: HDFGroup/hdf5
ref: ${{matrix.hdf5-branch}}
Expand All @@ -55,7 +55,7 @@ jobs:
sudo apt install automake autoconf libtool libtool-bin
- name: Get REST VOL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{github.workspace}}/vol-rest

Expand Down Expand Up @@ -85,13 +85,13 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}/vol-rest/

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: HDFGroup/hsds
path: ${{github.workspace}}/hsds

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

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: HDFGroup/hdf5
ref: ${{matrix.hdf5-branch}}
Expand All @@ -168,7 +168,7 @@ jobs:
sudo apt-get install libyajl-dev
- name: Get REST VOL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{github.workspace}}/vol-rest

Expand Down Expand Up @@ -206,13 +206,13 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}/vol-rest/build

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: HDFGroup/hsds
path: ${{github.workspace}}/hsds

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

Expand Down

0 comments on commit 2d970a9

Please sign in to comment.