Skip to content

Commit

Permalink
Update actions/cache action to v3 (#771)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2022
1 parent fb0fe62 commit a546a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-go-
- name: Cache browsers
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: '~/Library/Caches/ms-playwright/'
key: ${{ runner.os }}-browsers
Expand Down

0 comments on commit a546a9c

Please sign in to comment.