build(deps): bump actions/cache from 1 to 3

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-14 17:12:29 +00:00 committed by Scott
parent bee9e32d85
commit d01709dcb8

View File

@ -24,7 +24,7 @@ jobs:
- name: Toolchain Cache - name: Toolchain Cache
id: build-toolchain id: build-toolchain
uses: actions/cache@v1 uses: actions/cache@v3
with: with:
path: tools/local path: tools/local
key: build-toolchain key: build-toolchain