From e96ad6ec45ae558e895182c1ddc6ab923f21eec8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:26:26 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/npm-publish-canary.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d5cf35f..be9d5ba5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - run: yarn --frozen-lockfile - name: Cache downloads - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: downloads key: downloads-${{ hashFiles('Makefile') }} diff --git a/.github/workflows/npm-publish-canary.yml b/.github/workflows/npm-publish-canary.yml index 07855f23..e1acf234 100644 --- a/.github/workflows/npm-publish-canary.yml +++ b/.github/workflows/npm-publish-canary.yml @@ -15,7 +15,7 @@ jobs: - run: yarn --frozen-lockfile - name: Cache downloads - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: downloads key: downloads-${{ hashFiles('Makefile') }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 587ba80b..5f19bae7 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: - run: yarn --frozen-lockfile - name: Cache downloads - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: downloads key: downloads-${{ hashFiles('Makefile') }}