diff --git a/.github/workflows/bundle_size.yml b/.github/workflows/bundle_size.yml index 84be22f..3d4c272 100644 --- a/.github/workflows/bundle_size.yml +++ b/.github/workflows/bundle_size.yml @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - name: Restore build - uses: actions/cache@v3 + uses: actions/cache@v4 id: restore-build-cache env: cache-name: cache-next-build