diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 130a9ef56..9f6a669f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: cache: "pnpm" - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: true with: path: | diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6eee65730..51f9e7cd8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -55,7 +55,7 @@ jobs: cache: "pnpm" - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: true with: path: | diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index b520a0d27..ca36110b3 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -27,7 +27,7 @@ jobs: cache: "pnpm" - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: true with: path: | diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 9ce9fbe81..fae3818a2 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -58,7 +58,7 @@ jobs: cache: "pnpm" - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: true with: path: | @@ -74,7 +74,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./packages/e2e/package.json').devDependencies['@playwright/test'])")" >> $GITHUB_ENV - name: Cache playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: playwright-cache continue-on-error: true with: diff --git a/.github/workflows/healthCheck.yml b/.github/workflows/healthCheck.yml index 5bb1ed4d2..ac2388bd7 100644 --- a/.github/workflows/healthCheck.yml +++ b/.github/workflows/healthCheck.yml @@ -55,7 +55,7 @@ jobs: cache: "pnpm" - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: true with: path: | @@ -71,7 +71,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./packages/e2e/package.json').devDependencies['@playwright/test'])")" >> $GITHUB_ENV - name: Cache playwright binaries - uses: actions/cache@v3 + uses: actions/cache@v4 id: playwright-cache continue-on-error: true with: diff --git a/.github/workflows/webExtLint.yml b/.github/workflows/webExtLint.yml index 8fec3a9f8..43e42f150 100644 --- a/.github/workflows/webExtLint.yml +++ b/.github/workflows/webExtLint.yml @@ -54,7 +54,7 @@ jobs: cache: "pnpm" - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: true with: path: |