summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-01 04:57:00 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-01 16:24:49 +0900
commit4f4038e634fdac8c096bea8a95ee20d470b23be7 (patch)
treef1c8ade543f6c50a6870594d135e324c4957f4f5 /.github/workflows/check_misc.yml
parent7b343d9c67517227843c3ac0802ac6412d547a0a (diff)
Bump actions/cache from 3.2.2 to 3.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/4723a57e26efda3a62cbde1812113b730952852d...627f0f41f6904a5b1efbaed9f96d9eb58e92e920) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7218
Diffstat (limited to '.github/workflows/check_misc.yml')
-rw-r--r--.github/workflows/check_misc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index e81f62e9c4..e9e14af2eb 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -32,7 +32,7 @@ jobs:
done | grep -F .
working-directory: include
- - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
+ - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
with:
path: .downloaded-cache
key: downloaded-cache-${{ github.sha }}