Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 756a70a

Browse files
chore(deps): update actions/cache action to v4 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 157119c commit 756a70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/napi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
toolchain: stable
5757
targets: ${{ matrix.settings.target }}
5858
- name: Cache cargo
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
with:
6161
path: |
6262
~/.cargo/registry/index/

libs/napi/.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
toolchain: stable
5858
targets: ${{ matrix.settings.target }}
5959
- name: Cache cargo
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: |
6363
~/.cargo/registry/index/

0 commit comments

Comments
 (0)