Skip to content

Commit

Permalink
Bump actions/cache from 2 to 4 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 3913ff0 commit cde6b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: Setup caching for pip packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}
Expand All @@ -104,7 +104,7 @@ jobs:
run: python -m pip install --no-deps dist/*.whl

- name: Cache the Ensaio datasets
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ runner.temp }}/cache/ensaio
# Use a constant key to reuse the datasets across all jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "::set-output name=dir::$(pip cache dir)"
- name: Setup caching for pip packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-full.txt') }}
Expand Down

0 comments on commit cde6b0f

Please sign in to comment.