Skip to content

Commit

Permalink
Merge pull request #837 from hed-standard/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelop/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
VisLab authored Jan 22, 2024
2 parents 0176068 + 32c1ef9 commit 8ebd0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('docs/requirements.txt') }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
python-version: 3.9

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('docs/requirements.txt') }}
Expand Down

0 comments on commit 8ebd0a2

Please sign in to comment.