diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-13 20:02:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 20:02:24 (GMT) |
commit | 184445f4a45c602887ca0624c5295a7b6fea2d21 (patch) | |
tree | c70ecd85c641daec60a4e222a1595ae45d9370ea /.github/workflows/h5py.yml | |
parent | 2f23f2afe6a23c2ff330458acfd1c3ce66bd8fed (diff) | |
download | hdf5-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/h5py.yml')
-rw-r--r-- | .github/workflows/h5py.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/h5py.yml b/.github/workflows/h5py.yml index 316a71d..cf29c7e 100644 --- a/.github/workflows/h5py.yml +++ b/.github/workflows/h5py.yml @@ -17,7 +17,7 @@ jobs: compiler: gcc version: 13 - name: Checkout Spack - uses: actions/checkout@v4 + uses: actions/checkout@v4.1.1 with: repository: spack/spack path: ./spack |