diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 255e30419..326bfc72d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node_version }} - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-pnpm-modules with: @@ -30,7 +30,7 @@ jobs: - name: install pnpm run: npm i pnpm@^8.3.1 -g - name: Cache Jest - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .cache/jest key: ${{ runner.os }}-${{matrix.node_version}}-jest-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cedfd4bb..fde26f51f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '16.x' - name: Cache pnpm modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-pnpm-modules with: