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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-31 06:39:14 +00:00
committed by GitHub
parent b1fd7ebb8f
commit 13927fcdbc
2 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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: