aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-17 02:34:36 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-17 12:49:55 +0900
commit6b11cfe0bca2dfa05612dc0c1b0672f56bea4d98 (patch)
tree8c624f10e9602b4f667c42ddedab3c83fa9066b8 /.github
parentbf254b4de12b458deeb7937219be9389c8542704 (diff)
downloadruby-6b11cfe0bca2dfa05612dc0c1b0672f56bea4d98.tar.gz
Bump actions/cache in /.github/actions/setup/directories
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [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/e12d46a63a90f2fae62d114769bbf2a179198b5c...13aacd865c20de90d75de3b17ebe84f7a17d57d2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/actions/setup/directories/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup/directories/action.yml b/.github/actions/setup/directories/action.yml
index d699ea9e05..f3d7a1f330 100644
--- a/.github/actions/setup/directories/action.yml
+++ b/.github/actions/setup/directories/action.yml
@@ -80,7 +80,7 @@ runs:
with:
path: ${{ inputs.srcdir }}
- - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
with:
path: ${{ inputs.srcdir }}/.downloaded-cache
key: downloaded-cache