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](0c45773b62...2cdf405574
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8c7e291dd8
commit
b9b06df3bf
Notes:
git
2024-10-08 02:50:24 +00:00
2
.github/actions/setup/directories/action.yml
vendored
2
.github/actions/setup/directories/action.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user