diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-16 13:54:00 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-16 13:54:00 +0900 |
| commit | cb9225bcbfebd87880713890fe6d3bfac0759599 (patch) | |
| tree | 0c896e03ee5f7baeb6a417a7f17ce5a000a4f4fc | |
| parent | e2d4bedb7b8d5ad2ea9dd4527a915c223f2020d4 (diff) | |
| parent | 1c8e1e20e40586b0edb3030774457979813a2552 (diff) | |
| download | mruby-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
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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 }} |
