From 3fcaa3eff0d6d94e24b185bdbbe3fcf3ae0651b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:07:57 +0000 Subject: [PATCH] chore(deps): update 5ouma/utils digest to 904b5a0 (#156) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/pre-commit.yml | 2 +- .github/workflows/preview.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e1f6d9..1af243a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 🍞 Setup Bun with Cache - uses: 5ouma/utils/setup-bun-with-cache@65fdeea97852c4da361e077417e08f9973c49ff3 # main + uses: 5ouma/utils/setup-bun-with-cache@904b5a020b326785e1898e617f749b63d1c96404 # main - name: 👾 Create a Meta File run: echo '${{ vars.META_FILE }}' >meta.json @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 🍞 Setup Bun with Cache - uses: 5ouma/utils/setup-bun-with-cache@65fdeea97852c4da361e077417e08f9973c49ff3 # main + uses: 5ouma/utils/setup-bun-with-cache@904b5a020b326785e1898e617f749b63d1c96404 # main - name: 🏞️ Biome Check run: bun run check:biome @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 🍞 Setup Bun with Cache - uses: 5ouma/utils/setup-bun-with-cache@65fdeea97852c4da361e077417e08f9973c49ff3 # main + uses: 5ouma/utils/setup-bun-with-cache@904b5a020b326785e1898e617f749b63d1c96404 # main - name: 👾 Create a Meta File run: echo '${{ vars.META_FILE }}' >meta.json @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 🍞 Setup Bun with Cache - uses: 5ouma/utils/setup-bun-with-cache@65fdeea97852c4da361e077417e08f9973c49ff3 # main + uses: 5ouma/utils/setup-bun-with-cache@904b5a020b326785e1898e617f749b63d1c96404 # main - name: 👾 Create a Meta File run: echo '${{ vars.META_FILE }}' >meta.json diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 962d5dd..0326235 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -11,4 +11,4 @@ jobs: steps: - name: 🚸 Run pre-commit - uses: 5ouma/utils/pre-commit@65fdeea97852c4da361e077417e08f9973c49ff3 # main + uses: 5ouma/utils/pre-commit@904b5a020b326785e1898e617f749b63d1c96404 # main diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index bce9da4..f62713f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 🍞 Setup Bun with Cache - uses: 5ouma/utils/setup-bun-with-cache@65fdeea97852c4da361e077417e08f9973c49ff3 # main + uses: 5ouma/utils/setup-bun-with-cache@904b5a020b326785e1898e617f749b63d1c96404 # main - name: 👾 Create a Meta File run: echo '${{ vars.META_FILE }}' >meta.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b5256e..ccd4ee2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: 🍞 Setup Bun with Cache - uses: 5ouma/utils/setup-bun-with-cache@65fdeea97852c4da361e077417e08f9973c49ff3 # main + uses: 5ouma/utils/setup-bun-with-cache@904b5a020b326785e1898e617f749b63d1c96404 # main - name: 👾 Create a Meta File run: echo '${{ vars.META_FILE }}' >meta.json