Bump actions/cache from 3.0.9 to 3.0.10 (#29)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](ac8075791e...56461b9eb0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-10-04 09:39:46 +02:00
committed by GitHub
parent c38652fe18
commit c314effe59

View File

@@ -38,7 +38,7 @@ runs:
echo "REGISTRIES_PATH=$R_PATH" >> $GITHUB_ENV
shell: bash
- uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
id: cache
with:
path: "${{ format('{0}\n{1}\n{2}', env.ARTIFACTS_PATH, env.PACKAGES_PATH, env.REGISTRIES_PATH) }}"