diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-14 07:25:07 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-14 07:25:07 +0900 |
| commit | 5a8f0bdaf25179a6b40f2cfd2c26dd53cb6203ab (patch) | |
| tree | f17095412f7b73142c1a154676311ab1d62664c7 | |
| parent | 1a3846b49256cf98574a454ba43ea2587db03be2 (diff) | |
| parent | 99bd84e76bbd18772a9ba71f5f7d1419cfe8a397 (diff) | |
| download | mruby-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.yml | 2 |
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 }} |
