diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d723999..3b52c9f 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@260e8719787c536858e3af8ccc9b8490cdda5f99 # main + uses: 5ouma/utils/setup-bun-with-cache@5ed2c59491b1cc1f78befae1922de24d08bee5dc # 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@260e8719787c536858e3af8ccc9b8490cdda5f99 # main + uses: 5ouma/utils/setup-bun-with-cache@5ed2c59491b1cc1f78befae1922de24d08bee5dc # 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@260e8719787c536858e3af8ccc9b8490cdda5f99 # main + uses: 5ouma/utils/setup-bun-with-cache@5ed2c59491b1cc1f78befae1922de24d08bee5dc # 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@260e8719787c536858e3af8ccc9b8490cdda5f99 # main + uses: 5ouma/utils/setup-bun-with-cache@5ed2c59491b1cc1f78befae1922de24d08bee5dc # 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 8172043..67563b4 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@260e8719787c536858e3af8ccc9b8490cdda5f99 # main + uses: 5ouma/utils/pre-commit@5ed2c59491b1cc1f78befae1922de24d08bee5dc # main diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 767cf57..b002feb 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@260e8719787c536858e3af8ccc9b8490cdda5f99 # main + uses: 5ouma/utils/setup-bun-with-cache@5ed2c59491b1cc1f78befae1922de24d08bee5dc # 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 7b6eeaa..814bb63 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@260e8719787c536858e3af8ccc9b8490cdda5f99 # main + uses: 5ouma/utils/setup-bun-with-cache@5ed2c59491b1cc1f78befae1922de24d08bee5dc # main - name: 👾 Create a Meta File run: echo '${{ vars.META_FILE }}' >meta.json