Skip to content

Commit

Permalink
Merge pull request #889 from Ralim/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-v2.1.4

chore(deps): bump actions/cache from v2 to v2.1.4
  • Loading branch information
Ralim committed Mar 17, 2021
2 parents 0f6dfaa + 3f46e43 commit 32974b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 32974b3

Please sign in to comment.