Skip to content

Commit

Permalink
Update actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed May 28, 2024
1 parent 8d21c1f commit 5885558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
rustup default ${{ matrix.rust-toolchain }}
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/python/dev-requirements.txt') }}
Expand Down

0 comments on commit 5885558

Please sign in to comment.