summaryrefslogtreecommitdiff
path: root/.github/workflows/check_dependencies.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_dependencies.yml
parent7b343d9c67517227843c3ac0802ac6412d547a0a (diff)
downloadruby-4f4038e634fdac8c096bea8a95ee20d470b23be7.tar.gz
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>
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index bfac6791b7..b843d66cc6 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -47,7 +47,7 @@ jobs:
git config --global advice.detachedHead 0
git config --global init.defaultBranch garbage
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- - uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d # v3.2.2
+ - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
with:
path: .downloaded-cache
key: downloaded-cache