Bump actions/cache from 3.0.3 to 3.0.5 (#20)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](30f413bfed...0865c47f36)

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

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-07-13 13:21:17 +02:00
committed by GitHub
parent 1835692219
commit c2e869b485

View File

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