From f026a3dfccd342097a56ba5717adef89ee7c8305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:52:25 +0000 Subject: [PATCH] chore(deps): update 5ouma/utils digest to bad8f94 --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/pre-commit.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f8cb43..c7e22b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ๐Ÿฆ• Setup Deno with Cache - uses: 5ouma/utils/setup-deno-with-cache@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-deno-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # main - name: ๐Ÿงน Lint Check run: deno lint @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ๐Ÿฆ• Setup Deno with Cache - uses: 5ouma/utils/setup-deno-with-cache@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-deno-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # main - name: ๐Ÿ“ Format Check run: deno fmt --check @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ๐Ÿฆ• Setup Deno with Cache - uses: 5ouma/utils/setup-deno-with-cache@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-deno-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # main - name: ๐Ÿ” Type Check run: deno check --doc ./src @@ -69,7 +69,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ๐Ÿฆ• Setup Deno with Cache - uses: 5ouma/utils/setup-deno-with-cache@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-deno-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # main - name: ๐Ÿงช Run Tests run: deno task test:ci @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ๐Ÿฆ• Setup Deno with Cache - uses: 5ouma/utils/setup-deno-with-cache@707630821db6e6769137fade28c8e92c9cc15e5e # main + uses: 5ouma/utils/setup-deno-with-cache@bad8f9444badd4a9f1a0d6c8eff04da82fff39e7 # main - name: ๐Ÿ“ฆ Dry Run Publish run: deno publish --dry-run 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