From 13927fcdbcb93ea580bbfcd67a6a60080ebb7d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:39:14 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.5 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/push.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2b4a16b0..941bc5f0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,7 +53,7 @@ jobs: run: chmod +x setup.sh && chmod +x source/build.sh && sudo mkdir -p /build/cache && sudo chmod -R 777 /build - name: Cached compiler source files - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-compilers with: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index e49e12bc..edd002ef 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,7 +17,7 @@ jobs: run: chmod +x setup.sh && chmod +x source/build.sh && sudo mkdir -p /build/cache && sudo chmod -R 777 /build - name: Cached compiler source files - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-compilers with: @@ -62,7 +62,7 @@ jobs: run: chmod +x setup.sh && chmod +x source/build.sh && sudo mkdir -p /build/cache && sudo chmod -R 777 /build - name: Cached compiler source files - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-compilers with: @@ -122,7 +122,7 @@ jobs: run: chmod +x setup.sh && chmod +x source/build.sh && sudo mkdir -p /build/cache && sudo chmod -R 777 /build - name: Cached compiler source files - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 env: cache-name: cache-compilers with: