From 74614c60ac6aee6573225a95b913eaae899e6103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:39:51 +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/add-remove-new-fulcio.yaml | 2 +- .github/workflows/fulcio-rekor-kind.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/add-remove-new-fulcio.yaml b/.github/workflows/add-remove-new-fulcio.yaml index c7c1cee91..e650ba3fa 100644 --- a/.github/workflows/add-remove-new-fulcio.yaml +++ b/.github/workflows/add-remove-new-fulcio.yaml @@ -61,7 +61,7 @@ jobs: with: path: ./src/github.com/sigstore/scaffolding - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: # In order: # * Module download cache diff --git a/.github/workflows/fulcio-rekor-kind.yaml b/.github/workflows/fulcio-rekor-kind.yaml index d92e4f916..f05602ff1 100644 --- a/.github/workflows/fulcio-rekor-kind.yaml +++ b/.github/workflows/fulcio-rekor-kind.yaml @@ -61,7 +61,7 @@ jobs: with: path: ./src/github.com/sigstore/scaffolding - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: # In order: # * Module download cache