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 21, 2024
1 parent 3b95c95 commit b7803ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
[ "${{ matrix.rust-toolchain }}" == 'stable' ] && cargo clippy --version || :
- name: Dependency cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}-${{ matrix.rust-toolchain }}-target-${{ hashFiles('**/Cargo.lock') }}
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:

- name: npm dependency cache
if: matrix.rust-toolchain == 'stable'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: test/cdk/.npm
key: ${{ runner.os }}-${{ matrix.rust-toolchain }}-node-${{ hashFiles('test/cdk/node_modules/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
fetch-depth: 0

- name: Dependency cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
fetch-depth: 0

- name: Dependency cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit b7803ff

Please sign in to comment.