diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 89bcbbb08a020..3105fd2a5b88b 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -92,7 +92,7 @@ jobs: df -h - name: Cache meteor local - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./apps/meteor/.meteor/local key: meteor-local-cache-${{ runner.OS }}-${{ hashFiles('apps/meteor/.meteor/versions') }} @@ -100,7 +100,7 @@ jobs: meteor-local-cache-${{ runner.os }}- - name: Cache meteor - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.meteor key: meteor-cache-${{ runner.OS }}-${{ hashFiles('apps/meteor/.meteor/release') }} @@ -349,7 +349,7 @@ jobs: exit $s - name: Cache Playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v3.0.11 id: cache-playwright with: path: | @@ -514,7 +514,7 @@ jobs: exit $s - name: Cache Playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v3.0.11 id: cache-playwright with: path: |