diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-28 06:02:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-28 06:02:32 +0000 |
| commit | fc7a00f12f83396e16c09787e4539bbf238b45d2 (patch) | |
| tree | a235e774fa6ca81d95123fd2e692359ab45f43ec /.github | |
| parent | 269470babc6abe6584efaca937669d000b9d002c (diff) | |
| download | mruby-fc7a00f12f83396e16c09787e4539bbf238b45d2.tar.gz mruby-fc7a00f12f83396e16c09787e4539bbf238b45d2.zip | |
build(deps): bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
| -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 0d00b018e..6ee80eefd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,7 @@ jobs: cache-version: v1 steps: - uses: actions/[email protected] - - uses: actions/[email protected] + - uses: actions/[email protected] with: path: ${{ env.package-dir }} key: ${{ runner.os }}-cygwin-${{ env.cache-version }} |
