Bump actions/cache from 3.2.5 to 3.2.6 (#54)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](6998d139dd...69d9d449ac)

---
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]
2023-02-22 06:40:35 -05:00
committed by GitHub
parent 10913c2628
commit edf78a706c

View File

@@ -43,7 +43,7 @@ runs:
echo "PRECOMPILATION_CACHE_PATH=$PCC_PATH" >> $GITHUB_ENV echo "PRECOMPILATION_CACHE_PATH=$PCC_PATH" >> $GITHUB_ENV
shell: bash shell: bash
- uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
id: cache id: cache
with: with:
path: "${{ format('{0}\n{1}\n{2}\n{3}', env.ARTIFACTS_PATH, env.PACKAGES_PATH, env.REGISTRIES_PATH, env.PRECOMPILATION_CACHE_PATH) }}" path: "${{ format('{0}\n{1}\n{2}\n{3}', env.ARTIFACTS_PATH, env.PACKAGES_PATH, env.REGISTRIES_PATH, env.PRECOMPILATION_CACHE_PATH) }}"