Unverified Commit cb9225bc authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5355 from mruby/dependabot/github_actions/actions/cache-v2.1.4

Bump actions/cache from v2 to v2.1.4
parents e2d4bedb 1c8e1e20
...@@ -99,7 +99,7 @@ jobs: ...@@ -99,7 +99,7 @@ jobs:
cache-version: v1 cache-version: v1
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/cache@v2 - uses: actions/cache@v2.1.4
with: with:
path: ${{ env.package-dir }} path: ${{ env.package-dir }}
key: ${{ runner.os }}-cygwin-${{ env.cache-version }} key: ${{ runner.os }}-cygwin-${{ env.cache-version }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment