diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 07:16:35 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-13 07:16:35 +0000 |
| commit | 99bd84e76bbd18772a9ba71f5f7d1419cfe8a397 (patch) | |
| tree | f17095412f7b73142c1a154676311ab1d62664c7 /.github/workflows | |
| parent | 1a3846b49256cf98574a454ba43ea2587db03be2 (diff) | |
| download | mruby-99bd84e76bbd18772a9ba71f5f7d1419cfe8a397.tar.gz mruby-99bd84e76bbd18772a9ba71f5f7d1419cfe8a397.zip | |
build(deps): bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows')
| -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 }} |
