summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-11-24 09:39:50 +0900
committerGitHub <[email protected]>2021-11-24 09:39:50 +0900
commitd6e1114f71927e34bda05544d548edaa411f583f (patch)
tree2cdc643ac2f523f40b108c803c7890b83731f472
parentd627c22924223ded2da3c6b9075353b6bbf71042 (diff)
parent9ae657520b013f3bd1eee78bb14061c5d716d0f9 (diff)
downloadmruby-d6e1114f71927e34bda05544d548edaa411f583f.tar.gz
mruby-d6e1114f71927e34bda05544d548edaa411f583f.zip
Merge pull request #5581 from mruby/dependabot/github_actions/actions/cache-2.1.7
build(deps): bump actions/cache from 2.1.6 to 2.1.7
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/lint.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 07a24d994..dbdd35fba 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 }}
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 51c50faf9..880b7ab6f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
pip install pre-commit
- name: Set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- - uses: actions/cache@v1
+ - uses: actions/[email protected]
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}