diff --git a/.github/workflows/deployment-e2e.yml b/.github/workflows/deployment-e2e.yml index 60ba10c7cda..d1c7acf6701 100644 --- a/.github/workflows/deployment-e2e.yml +++ b/.github/workflows/deployment-e2e.yml @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v1 - name: Cache Node Modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: node-modules-cache-deployment-e2e with: path: '**/node_modules' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c62ee1d312a..d6bc17403bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -76,7 +76,7 @@ jobs: with: nodeVersion: ${{ matrix.node-version }} - name: Cache Jest - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .cache/jest key: ${{ runner.os }}-${{matrix.node-version}}-jest-${{ hashFiles('yarn.lock') }} @@ -111,7 +111,7 @@ jobs: with: nodeVersion: ${{ matrix.node-version }} - name: Cache Jest - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .cache/jest key: ${{ runner.os }}-${{matrix.node-version}}-jest-${{ hashFiles('yarn.lock') }}