Skip to content

Commit

Permalink
Merge pull request #2387 from h5py/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…11cea03a8f

Bump the actions group with 4 updates
  • Loading branch information
takluyver committed Mar 1, 2024
2 parents 62cc30a + 1026981 commit b6035fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lowlevel-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
HDF5_DIR: ${{ github.workspace }}/cache/hdf5
TOXENV: apidocs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache HDF5
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.HDF5_DIR }}
key: ${{ runner.os }}-hdf5-${{ env.HDF5_VERSION }}
Expand All @@ -27,7 +27,7 @@ jobs:
./ci/get_hdf5_if_needed.sh
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand All @@ -42,7 +42,7 @@ jobs:
echo -n "api.h5py.org" > docs_api/_build/html/CNAME
- name: Upload built docs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs-html
path: docs_api/_build/html
Expand Down

0 comments on commit b6035fb

Please sign in to comment.