diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-20 03:02:21 +0000 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-03-24 09:24:54 +0900 |
commit | 08d81ac6276821f75ec642b15b62558a4e48d896 (patch) | |
tree | b966df27200bdc25732ffd674e06880214e9ebc8 | |
parent | 4b1fea81f93af5a0c8df6a1de6026fe480b5f534 (diff) |
Bump actions/cache in /.github/actions/setup/directories
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3.
- [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/d4323d4df104b026a6aa633fdb11d772146be0bf...5a3ec84eff668545956fd18022155c47e93e2684)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12954
-rw-r--r-- | .github/actions/setup/directories/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup/directories/action.yml b/.github/actions/setup/directories/action.yml index cf32600459..48e2c64a96 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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 + - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ inputs.srcdir }}/.downloaded-cache key: downloaded-cache |