From 5835c599000422b31c855734299b98682de658b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:06:02 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 5 to 6 in the actions group Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/release.yml | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0040d60..b01efb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} @@ -98,7 +98,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} @@ -140,7 +140,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} @@ -179,7 +179,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} @@ -221,7 +221,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} @@ -280,7 +280,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} @@ -295,7 +295,7 @@ jobs: run: echo "version=$(bunx playwright --version | cut -d' ' -f2)" >> $GITHUB_OUTPUT - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -362,7 +362,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4c6c26..633a794 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ github.sha }}-${{ hashFiles('**/bun.lock') }} @@ -94,7 +94,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ github.sha }}-${{ hashFiles('**/bun.lock') }} @@ -132,7 +132,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ github.sha }}-${{ hashFiles('**/bun.lock') }} @@ -198,7 +198,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ github.sha }}-${{ hashFiles('**/bun.lock') }} @@ -213,7 +213,7 @@ jobs: run: echo "version=$(bunx playwright --version | cut -d' ' -f2)" >> $GITHUB_OUTPUT - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -277,7 +277,7 @@ jobs: run: echo "dir=$(bun pm cache)" >> $GITHUB_OUTPUT - name: Cache bun dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.bun-cache-dir.outputs.dir }} key: ${{ runner.os }}-bun-${{ github.sha }}-${{ hashFiles('**/bun.lock') }}