From fbdb90aa2f932cc56e20d84fa8f282167c0b3379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 08:54:02 +0000 Subject: [PATCH] Bump actions/cache from 1.1.0 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 1.1.0 to 3.3.1. - [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.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_build.yml | 4 ++-- .github/workflows/publish_package.yml | 2 +- .github/workflows/source_build.yml | 4 ++-- .github/workflows/source_package.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_build.yml b/.github/workflows/publish_build.yml index e30e488..9935e13 100644 --- a/.github/workflows/publish_build.yml +++ b/.github/workflows/publish_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.1 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.1 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index b1096ef..36dc90c 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -49,7 +49,7 @@ jobs: with: lfs: true - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3.3.1 with: path: Library key: Library-test-project-${{ matrix.targetPlatform }} diff --git a/.github/workflows/source_build.yml b/.github/workflows/source_build.yml index 2460d3a..abf3784 100644 --- a/.github/workflows/source_build.yml +++ b/.github/workflows/source_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.1 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.1 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} diff --git a/.github/workflows/source_package.yml b/.github/workflows/source_package.yml index 0c7ce75..c98abcd 100644 --- a/.github/workflows/source_package.yml +++ b/.github/workflows/source_package.yml @@ -49,7 +49,7 @@ jobs: with: lfs: true - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v3.3.1 with: path: Library key: Library-test-project-${{ matrix.targetPlatform }}