diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-05-28 16:33:09 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-28 16:33:09 +0900 |
| commit | 8aa15b0096b61c14710e396c072233b95331abd5 (patch) | |
| tree | a235e774fa6ca81d95123fd2e692359ab45f43ec | |
| parent | 269470babc6abe6584efaca937669d000b9d002c (diff) | |
| parent | fc7a00f12f83396e16c09787e4539bbf238b45d2 (diff) | |
| download | mruby-8aa15b0096b61c14710e396c072233b95331abd5.tar.gz mruby-8aa15b0096b61c14710e396c072233b95331abd5.zip | |
Merge pull request #5463 from mruby/dependabot/github_actions/actions/cache-2.1.6
build(deps): bump actions/cache from 2.1.5 to 2.1.6
| -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 }} |
