Merge pull request #889 from Ralim/dependabot/github_actions/actions/cache-v2.1.4
chore(deps): bump actions/cache from v2 to v2.1.4
This commit is contained in:
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
@@ -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
|
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
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-compilers
|
cache-name: cache-compilers
|
||||||
with:
|
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
|
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
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-compilers
|
cache-name: cache-compilers
|
||||||
with:
|
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
|
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
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-compilers
|
cache-name: cache-compilers
|
||||||
with:
|
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
|
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
|
- name: Cached compiler source files
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2.1.4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-compilers
|
cache-name: cache-compilers
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user