summaryrefslogtreecommitdiffstats
path: root/.github/workflows/vol_rest.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-13 20:02:24 (GMT)
committerGitHub <noreply@github.com>2023-12-13 20:02:24 (GMT)
commit184445f4a45c602887ca0624c5295a7b6fea2d21 (patch)
treec70ecd85c641daec60a4e222a1595ae45d9370ea /.github/workflows/vol_rest.yml
parent2f23f2afe6a23c2ff330458acfd1c3ce66bd8fed (diff)
downloadhdf5-184445f4a45c602887ca0624c5295a7b6fea2d21.zip
hdf5-184445f4a45c602887ca0624c5295a7b6fea2d21.tar.gz
hdf5-184445f4a45c602887ca0624c5295a7b6fea2d21.tar.bz2
Bump the github-actions group with 4 updates (#3894)
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-python](https://github.com/actions/setup-python). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/vol_rest.yml')
-rw-r--r--.github/workflows/vol_rest.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/vol_rest.yml b/.github/workflows/vol_rest.yml
index 188e80d..6d46678 100644
--- a/.github/workflows/vol_rest.yml
+++ b/.github/workflows/vol_rest.yml
@@ -42,7 +42,7 @@ jobs:
sudo apt-get install automake autoconf libtool libtool-bin libcurl4-openssl-dev libyajl-dev
- name: Checkout HDF5
- uses: actions/checkout@v4
+ uses: actions/checkout@v4.1.1
with:
repository: HDFGroup/hdf5
path: hdf5
@@ -78,12 +78,12 @@ jobs:
echo "LD_LIBRARY_PATH=${{ github.workspace }}/hdf5/build/bin" >> $GITHUB_ENV
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Checkout HSDS
- uses: actions/checkout@v4
+ uses: actions/checkout@v4.1.1
with:
repository: HDFGroup/hsds
path: ${{github.workspace}}/hsds