From 2220778e6b134ccbee3db7c339d71c429fd1d0da Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Thu, 4 Jan 2024 01:38:48 -0300 Subject: [PATCH] chore: Upgrade buildjet cache action to v3 (#13026) --- .github/actions/yarn-playwright-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/yarn-playwright-install/action.yml b/.github/actions/yarn-playwright-install/action.yml index 1e118e3099..601513ee76 100644 --- a/.github/actions/yarn-playwright-install/action.yml +++ b/.github/actions/yarn-playwright-install/action.yml @@ -5,7 +5,7 @@ runs: steps: - name: Cache playwright binaries id: playwright-cache - uses: buildjet/cache@v2 + uses: buildjet/cache@v3 with: path: | ~/Library/Caches/ms-playwright