summaryrefslogtreecommitdiff
path: root/.github/actions/setup/directories/action.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-01 02:48:46 +0000
committermatzbot <svn-admin@ruby-lang.org>2024-02-29 19:23:05 -0800
commit8ec9c2dd16062e5ae516403d300cb4499da15eb7 (patch)
tree74f4680c71267c0a4801775ca056c20f2a360646 /.github/actions/setup/directories/action.yml
parent2508a7969977d1156a1e4772e80595b3fef2b559 (diff)
Bump actions/cache in /.github/actions/setup/directories
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [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/13aacd865c20de90d75de3b17ebe84f7a17d57d2...ab5e6d0c87105b4c9c2047343972218f562e4319) --- 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/actions/setup/directories/action.yml')
-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 e90567d2d0..598096ef3a 100644
--- a/.github/actions/setup/directories/action.yml
+++ b/.github/actions/setup/directories/action.yml
@@ -86,7 +86,7 @@ runs:
path: ${{ inputs.srcdir }}
fetch-depth: ${{ inputs.fetch-depth }}
- - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
+ - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
with:
path: ${{ inputs.srcdir }}/.downloaded-cache
key: downloaded-cache