diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-11 06:23:27 +0000 |
|---|---|---|
| committer | matzbot <svn-admin@ruby-lang.org> | 2024-01-10 22:57:05 -0800 |
| commit | 563f61102b8aabcd79f4f98d33f7f43b260f32dd (patch) | |
| tree | 8a9ee84004489098ddf4c640950b0ed95511e501 | |
| parent | 7558625be1d1f8160e7e138a773925b75a87f283 (diff) | |
Bump actions/cache in /.github/actions/setup/directories
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [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/88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8...704facf57e6136b1bc63b828d79edcd491f0ee84)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
| -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 359e5c0d37..c23dd01098 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@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ${{ inputs.srcdir }}/.downloaded-cache key: downloaded-cache |
