diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply..com> | 2024-10-23 02:13:59 +0000 |
---|---|---|
committer | matzbot <[email protected]> | 2024-10-23 11:48:33 +0900 |
commit | 25adcddcbc191fee102b00f3f398d5d3e85f3946 () | |
tree | bd3cd6a2c0d9d4897ff096448883af74b7ba97f9 | |
parent | e9ba6c2ea447f1325b6ec58c0f2a31bf81fa924e (diff) |
Bump actions/cache in /./actions/setup/directories
Bumps [actions/cache](https://.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://.com/actions/cache/releases) - [Changelog](https://.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://.com/actions/cache/compare/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver- ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | ./actions/setup/directories/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ runs: path: ${{ inputs.srcdir }} fetch-depth: ${{ inputs.fetch-depth }} - - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: ${{ inputs.srcdir }}/.downloaded-cache key: downloaded-cache |