summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-02-16 13:54:00 +0900
committerGitHub <[email protected]>2021-02-16 13:54:00 +0900
commitcb9225bcbfebd87880713890fe6d3bfac0759599 (patch)
tree0c896e03ee5f7baeb6a417a7f17ce5a000a4f4fc /.github
parente2d4bedb7b8d5ad2ea9dd4527a915c223f2020d4 (diff)
parent1c8e1e20e40586b0edb3030774457979813a2552 (diff)
downloadmruby-cb9225bcbfebd87880713890fe6d3bfac0759599.tar.gz
mruby-cb9225bcbfebd87880713890fe6d3bfac0759599.zip
Merge pull request #5355 from mruby/dependabot/github_actions/actions/cache-v2.1.4
Bump actions/cache from v2 to v2.1.4
Diffstat (limited to '.github')
-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 57c9c05be..435118e37 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
cache-version: v1
steps:
- uses: actions/checkout@v2
- - uses: actions/cache@v2
+ - uses: actions/[email protected]
with:
path: ${{ env.package-dir }}
key: ${{ runner.os }}-cygwin-${{ env.cache-version }}