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
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-04-14 07:25:07 +09:00
committed by GitHub
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
cache-version: v1
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2.1.4
- uses: actions/cache@v2.1.5
with:
path: ${{ env.package-dir }}
key: ${{ runner.os }}-cygwin-${{ env.cache-version }}