From 3b699ba1066923a439dfdba2daf8ffba9dba1b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:29:18 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test.yaml | 10 +++++----- .github/workflows/release.yaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 387c89e352..918bd4cf34 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -69,7 +69,7 @@ jobs: cache-dependency-path: web/yarn.lock - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ github.workspace }}/web/node_modules key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }} @@ -96,7 +96,7 @@ jobs: cache-dependency-path: web/yarn.lock - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ github.workspace }}/web/node_modules key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }} @@ -123,7 +123,7 @@ jobs: cache-dependency-path: web/yarn.lock - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ github.workspace }}/web/node_modules key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }} @@ -153,7 +153,7 @@ jobs: cache-dependency-path: web/yarn.lock - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ github.workspace }}/web/node_modules key: ${{ runner.os }}-${{ runner.arch }}-yarn-node_modules-${{ hashFiles('web/yarn.lock') }} @@ -324,7 +324,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0f2266236c..e8e2e4025c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,7 +86,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -167,7 +167,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build