From 8df73d31255a1f96c828ed59604005f74ea15bed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:53:38 +0000 Subject: [PATCH] Update actions/cache digest to 1bd1e32 --- .github/workflows/check.yml | 6 +++--- .github/workflows/lighthouse.yml | 4 ++-- .github/workflows/storybook.yml | 2 +- .github/workflows/vis-reg-test.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 08997e75..a128085c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,7 +23,7 @@ jobs: run: bun install - name: Cache bun dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: bun-cache with: path: node_modules @@ -51,7 +51,7 @@ jobs: - name: Restore bun dependencies id: bun-cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: node_modules key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} @@ -79,7 +79,7 @@ jobs: - name: Restore bun dependencies id: bun-cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: node_modules key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index b84c8603..b10d4edc 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -19,7 +19,7 @@ jobs: - name: Install dependencies run: bun install - name: Cache bun dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: bun-cache with: path: node_modules @@ -42,7 +42,7 @@ jobs: - name: Restore bun dependencies id: bun-cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: node_modules key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 66120a90..4fd2eb04 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: bun install - name: Cache bun dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: bun-cache with: path: node_modules diff --git a/.github/workflows/vis-reg-test.yml b/.github/workflows/vis-reg-test.yml index 071d828a..b21da456 100644 --- a/.github/workflows/vis-reg-test.yml +++ b/.github/workflows/vis-reg-test.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: bun install - name: Cache bun dependencies - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 id: bun-cache with: path: node_modules @@ -66,7 +66,7 @@ jobs: - name: Restore bun dependencies id: bun-cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: node_modules key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}