From 95848d395a3818b4bb10f213cfacd5d49fce9a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:00:45 +0000 Subject: [PATCH] build(deps): bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.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...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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..fab95c8 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@v3.3.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..c30a52f 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@v3.3.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..449b089 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@v3.3.2 with: path: deps key: deps-windows-x64-v2