From 14f5ae993e3d5cd11eb12d7163e291f17bbd27ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 04:05:40 +0200 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#133) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-packager-nodejs.yml | 2 +- .github/workflows/publish-updater-nodejs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-packager-nodejs.yml b/.github/workflows/publish-packager-nodejs.yml index 68369fc6..2886173e 100644 --- a/.github/workflows/publish-packager-nodejs.yml +++ b/.github/workflows/publish-packager-nodejs.yml @@ -105,7 +105,7 @@ jobs: toolchain: stable targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/publish-updater-nodejs.yml b/.github/workflows/publish-updater-nodejs.yml index 93a6e470..59f4b95d 100644 --- a/.github/workflows/publish-updater-nodejs.yml +++ b/.github/workflows/publish-updater-nodejs.yml @@ -105,7 +105,7 @@ jobs: toolchain: stable targets: ${{ matrix.settings.target }} - name: Cache cargo - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/