From a31f682cde59cfb3d25199d0de008ddfea0ac9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:27:12 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 1.1.0 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 1.1.0 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/v1.1.0...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/package.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c0afc42d..946f03bf8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 with: lfs: true - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3.3.2 with: path: Library key: Library-test-project-${{ matrix.targetPlatform }} @@ -84,7 +84,7 @@ jobs: with: lfs: true - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3.3.2 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 794d9094f..51d75ecd8 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -51,7 +51,7 @@ jobs: with: lfs: true - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3.3.2 with: path: Library key: Library-test-project-${{ matrix.targetPlatform }}