From 78b1e64390d109c77626bdb9e3a2a4b3061e83d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:03:31 +0000 Subject: [PATCH] chore(deps): 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/pre-commit.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 80c583c..2eb61ee 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Install job dependencies run: apk add tar git - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache key: pre-commit diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 396ba51..203dc44 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Install job dependencies run: apk add tar git - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cache key: semantic-release