Skip to content

Commit d103ca3

Browse files
committed
Update GitHub Actions cache action from v2 to v3 for UI tests workflow
1 parent fe1e1a7 commit d103ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.event.workflow_run.head_sha }}
2020

2121
- name: cached dependencies
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3
2323
id: cached-dependencies
2424
with:
2525
path: |

0 commit comments

Comments
 (0)