From 7e9f32815f9a43d502d9b31c62a222828e3663ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:49:29 +0000 Subject: [PATCH] chore: 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/codeql-analysis.yml | 2 +- .github/workflows/integration-linux.yml | 2 +- .github/workflows/unit-tests-darwin.yml | 2 +- .github/workflows/unit-tests-windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 36a072f585e..3362228a019 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ${{ steps.go-cache-paths.outputs.go-build }} diff --git a/.github/workflows/integration-linux.yml b/.github/workflows/integration-linux.yml index 9442a317ba2..593f0c882b4 100644 --- a/.github/workflows/integration-linux.yml +++ b/.github/workflows/integration-linux.yml @@ -44,7 +44,7 @@ jobs: echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ${{ steps.go-cache-paths.outputs.go-build }} diff --git a/.github/workflows/unit-tests-darwin.yml b/.github/workflows/unit-tests-darwin.yml index 6a8f316b21c..c9210bd428f 100644 --- a/.github/workflows/unit-tests-darwin.yml +++ b/.github/workflows/unit-tests-darwin.yml @@ -33,7 +33,7 @@ jobs: echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ${{ steps.go-cache-paths.outputs.go-build }} diff --git a/.github/workflows/unit-tests-windows.yml b/.github/workflows/unit-tests-windows.yml index aec34f31f60..805da9b515b 100644 --- a/.github/workflows/unit-tests-windows.yml +++ b/.github/workflows/unit-tests-windows.yml @@ -35,7 +35,7 @@ jobs: echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT shell: bash - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ${{ steps.go-cache-paths.outputs.go-build }}