summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-08 02:19:22 +0000
committermatzbot <svn-admin@ruby-lang.org>2024-10-08 11:45:58 +0900
commitb9b06df3bf33867d18a9b37eb0eae25b4fe6e53c (patch)
treedd56512fc93327ca5271e4f3860d8c6b9512690c
parent8c7e291dd86f21f1d9bbcd3c0ba1e7e01761b129 (diff)
Bump actions/cache in /.github/actions/setup/directories
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11812
-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 d54c0f93f8..ab3eba1be4 100644
--- a/.github/actions/setup/directories/action.yml
+++ b/.github/actions/setup/directories/action.yml
@@ -93,7 +93,7 @@ runs:
path: ${{ inputs.srcdir }}
fetch-depth: ${{ inputs.fetch-depth }}
- - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
+ - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
path: ${{ inputs.srcdir }}/.downloaded-cache
key: downloaded-cache