From 264d190e4293d3bec3b1320904ae450bf6c76ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:17:03 +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/ci.yaml | 6 +++--- .github/workflows/previous.yaml | 2 +- .github/workflows/windows.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50d97b85f5..7bcd809fe8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: with: go-version: '1.21.x' - name: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/buf/${{ runner.os }}/x86_64/bin @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-buf-lint- - name: golangci-lint-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/golangci-lint # https://github.com/golangci/golangci-lint-action#caching-internals includes an interval number in the cache @@ -52,7 +52,7 @@ jobs: with: go-version: '1.21.x' - name: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/buf/${{ runner.os }}/x86_64/bin diff --git a/.github/workflows/previous.yaml b/.github/workflows/previous.yaml index 9640eb5cef..64b4275671 100644 --- a/.github/workflows/previous.yaml +++ b/.github/workflows/previous.yaml @@ -16,7 +16,7 @@ jobs: with: go-version: '1.20.x' - name: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/buf/${{ runner.os }}/x86_64/bin diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 94c5b7fe28..5c0fb2ca4e 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -22,7 +22,7 @@ jobs: go-version: '1.21.x' cache: true - name: windows-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ${{ env.DOWNLOAD_CACHE }}