diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index b846d006dadb0..e74b4de7e379c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -51,14 +51,14 @@ jobs: - name: Cache cypress id: cache-cypress - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: /home/runner/.cache/Cypress key: ${{ runner.OS }}-cache-cypress-${{ hashFiles('**/package-lock.json', '.github/workflows/build_and_test.yml') }} # - name: Cache node modules # id: cache-nodemodules - # uses: actions/cache@v2 + # uses: actions/cache@v3.0.11 # with: # path: | # ./node_modules @@ -66,13 +66,13 @@ jobs: # key: ${{ runner.OS }}-node_modules-4-${{ hashFiles('**/package-lock.json', '.github/workflows/build_and_test.yml') }} - name: Cache meteor local - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./.meteor/local key: ${{ runner.OS }}-meteor_cache-${{ hashFiles('.meteor/versions', '.github/workflows/build_and_test.yml') }} - name: Cache meteor - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.meteor key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release', '.github/workflows/build_and_test.yml') }} @@ -230,14 +230,14 @@ jobs: - name: Cache cypress id: cache-cypress - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: /home/runner/.cache/Cypress key: ${{ runner.OS }}-cache-cypress-${{ hashFiles('**/package-lock.json', '.github/workflows/build_and_test.yml') }} # - name: Cache node modules # id: cache-nodemodules - # uses: actions/cache@v2 + # uses: actions/cache@v3.0.11 # with: # path: | # ./node_modules @@ -301,7 +301,7 @@ jobs: # - name: Cache node modules # id: cache-nodemodules - # uses: actions/cache@v2 + # uses: actions/cache@v3.0.11 # with: # path: | # ./node_modules @@ -309,13 +309,13 @@ jobs: # key: ${{ runner.OS }}-node_modules-4-${{ hashFiles('**/package-lock.json', '.github/workflows/build_and_test.yml') }} - name: Cache meteor local - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ./.meteor/local key: ${{ runner.OS }}-meteor_cache-${{ hashFiles('.meteor/versions', '.github/workflows/build_and_test.yml') }} - name: Cache meteor - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/.meteor key: ${{ runner.OS }}-meteor-${{ hashFiles('.meteor/release', '.github/workflows/build_and_test.yml') }}