diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 04:23:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-16 04:23:03 +0000 |
| commit | 1c8e1e20e40586b0edb3030774457979813a2552 (patch) | |
| tree | 0c896e03ee5f7baeb6a417a7f17ce5a000a4f4fc /.github/workflows | |
| parent | e2d4bedb7b8d5ad2ea9dd4527a915c223f2020d4 (diff) | |
| download | mruby-1c8e1e20e40586b0edb3030774457979813a2552.tar.gz mruby-1c8e1e20e40586b0edb3030774457979813a2552.zip | |
Bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)
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 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 }} |
