summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-04-14 07:25:07 +0900
committerGitHub <[email protected]>2021-04-14 07:25:07 +0900
commit5a8f0bdaf25179a6b40f2cfd2c26dd53cb6203ab (patch)
treef17095412f7b73142c1a154676311ab1d62664c7
parent1a3846b49256cf98574a454ba43ea2587db03be2 (diff)
parent99bd84e76bbd18772a9ba71f5f7d1419cfe8a397 (diff)
downloadmruby-5a8f0bdaf25179a6b40f2cfd2c26dd53cb6203ab.tar.gz
mruby-5a8f0bdaf25179a6b40f2cfd2c26dd53cb6203ab.zip
Merge pull request #5410 from mruby/dependabot/github_actions/actions/cache-v2.1.5
build(deps): bump actions/cache from v2.1.4 to v2.1.5
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c96b955a6..93e759c3e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -106,7 +106,7 @@ jobs:
cache-version: v1
steps:
- uses: actions/checkout@v2
- - uses: actions/[email protected]
+ - uses: actions/[email protected]
with:
path: ${{ env.package-dir }}
key: ${{ runner.os }}-cygwin-${{ env.cache-version }}