diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a536c0d4..e8bee34c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,7 +41,7 @@ jobs: bun-version: latest - name: Cache Bun package downloads id: bun-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.bun/install/cache @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-bun-cache- - name: Cache node_modules id: node-modules-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index bdd33a18..94a07a53 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -37,7 +37,7 @@ jobs: - name: Cache Bun package downloads id: bun-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.bun/install/cache @@ -47,7 +47,7 @@ jobs: - name: Cache node_modules id: node-modules-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules