From f8573cfdaf956f1dc014f178b0f2063cbfd6c5c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:21:50 +0000 Subject: [PATCH] Bump actions/cache from 2 to 2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...v2.1.5) Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3123cc..c3cbfe8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.5 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }} @@ -89,7 +89,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v2.1.5 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} @@ -136,7 +136,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v2.1.5 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} @@ -183,7 +183,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v2.1.5 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }} @@ -230,7 +230,7 @@ jobs: ########################### # Cache # ########################### - - uses: actions/cache@v1.1.0 + - uses: actions/cache@v2.1.5 with: path: ${{ matrix.projectPath }}/Library key: Library-${{ matrix.projectPath }}-${{ matrix.targetPlatform }}