Skip to content

Commit

Permalink
Merge pull request #124 from agimus-project/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4

build(deps): bump actions/cache from 3 to 4
  • Loading branch information
nim65s authored Feb 19, 2024
2 parents 70837c5 + c569f3e commit 02bea06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash

- name: Caching of the happypose installation and data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.CONDA }}/envs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -qqy libegl1-mesa libegl1-mesa-dev

- name: Caching of the happypose installation and data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: local_data
key: data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: pipx install poetry

- name: Caching of the happypose installation and data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: local_data
key: data
Expand Down

0 comments on commit 02bea06

Please sign in to comment.