Skip to content

Commit

Permalink
chore(repo): update action/cache to v3 (#13028)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Nov 7, 2022
1 parent 383107c commit e7a59af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-matrix.yml
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Cache Homebrew
if: ${{ matrix.os == 'macos-latest' }}
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.homebrew-cache-dir-path.outputs.dir }}
key: brew-${{ matrix.node_version }}
Expand Down

0 comments on commit e7a59af

Please sign in to comment.