diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f581f7..05355e3 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@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-bun-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # 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@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-bun-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # 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@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-bun-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # 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@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-bun-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # 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 eff8d50..20c3f7e 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@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/pre-commit@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # main diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d77dfaf..4ec886c 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@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-bun-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # 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 8977c5b..8183acb 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@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-bun-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # main - name: 👾 Create a Meta File run: echo '${{ vars.META_FILE }}' >meta.json