diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-07-06 19:26:49 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2020-07-07 18:58:40 +0100 |
commit | 84fe26f2b346530d1df62e2e3ed667be4d8e4ee4 (patch) | |
tree | a2b3e1b1ea7a9e9ee025a9e7059ef5afeaa19ec2 /.github/workflows | |
parent | 55e19fa94b68d1a39a9db8384edb8605acd8520d (diff) |
build(deps): bump actions/cache from v1 to v2
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...b8204782bbb5f872091ecc5eb9cb7d004e35b1fa)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 939ed5ccb..6aee84931 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -22,7 +22,7 @@ jobs: - name: Toolchain Cache id: mac-toolchain - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: /usr/local key: mac-toolchain |