From 3f46e430c519955cc44e7825a3c39a61628fdbd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 10:19:39 +0000 Subject: [PATCH] chore(deps): bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c2f29cde4..1cb1aa647 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,7 +13,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 + uses: actions/cache@v2.1.4 env: cache-name: cache-compilers with: @@ -54,7 +54,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 + uses: actions/cache@v2.1.4 env: cache-name: cache-compilers with: @@ -95,7 +95,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 + uses: actions/cache@v2.1.4 env: cache-name: cache-compilers with: @@ -137,7 +137,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 + uses: actions/cache@v2.1.4 env: cache-name: cache-compilers with: