Skip to content

Commit

Permalink
- update GitHub cache action to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 24, 2024
1 parent e45966c commit 1f0da58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/c-code/tests-cache.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
echo "dir=$(pip cache dir)" >>$GITHUB_OUTPUT

- name: pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: %(cache_key)s
Expand Down
2 changes: 1 addition & 1 deletion config/default/tests.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
with:
python-version: ${{ matrix.config[0] }}
- name: Pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }}
Expand Down

0 comments on commit 1f0da58

Please sign in to comment.