diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 169cdfce..39848b4f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -16,7 +16,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/release-components.yml b/.github/workflows/release-components.yml index d3186af0..7cfcf549 100644 --- a/.github/workflows/release-components.yml +++ b/.github/workflows/release-components.yml @@ -30,7 +30,7 @@ jobs: node-version: 'lts/*' registry-url: 'https://registry.npmjs.org' - - uses: actions/cache@v4 + - uses: actions/cache@v5 if: ${{ steps.release.outputs.components--release_created }} with: path: ~/.npm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 21219627..60e919fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -51,7 +51,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -74,7 +74,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -89,7 +89,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages['node_modules/playwright'].version)")" >> $GITHUB_ENV - name: Cache Playwright Browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index e8f9c89a..7cc2e907 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -25,7 +25,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('components/**/package-lock.json') }} @@ -40,7 +40,7 @@ jobs: run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').packages['node_modules/playwright'].version)")" >> $GITHUB_ENV - name: Cache Playwright Browsers - uses: actions/cache@v4 + uses: actions/cache@v5 id: playwright-cache with: path: ~/.cache/ms-playwright