From 457c1602539ac56384d1394cb788e6f662670f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:30:33 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.2. - [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.3.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linux-x64.yml | 2 +- .github/workflows/mac-x64.yml | 2 +- .github/workflows/windows-x64.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-x64.yml b/.github/workflows/linux-x64.yml index 051b257..993e631 100644 --- a/.github/workflows/linux-x64.yml +++ b/.github/workflows/linux-x64.yml @@ -35,7 +35,7 @@ jobs: - name: cache-deps id: cache-deps - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.2 with: path: deps key: deps-linux-x64-v2 diff --git a/.github/workflows/mac-x64.yml b/.github/workflows/mac-x64.yml index dddf283..5d31c17 100644 --- a/.github/workflows/mac-x64.yml +++ b/.github/workflows/mac-x64.yml @@ -29,7 +29,7 @@ jobs: - name: cache-deps id: cache-deps - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.2 with: path: deps key: deps-mac-x64-v2 diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index d684e55..d41fd74 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -25,7 +25,7 @@ jobs: - name: cache-deps id: cache-deps - uses: actions/cache@v3.3.1 + uses: actions/cache@v4.0.2 with: path: deps key: deps-windows-x64-v2