Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent d8f3c90 commit 3398f5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: '3.9'

- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/Python
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
python-version: '3.9'

- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/Python
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-runs-to-biosimulations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: '3.9'

- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/Python
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
python-version: '3.9'

- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/Python
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-publication-to-biosimulations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: '3.9'

- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /opt/hostedtoolcache/Python
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements.optional.txt') }}
Expand Down

0 comments on commit 3398f5f

Please sign in to comment.