diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 209239b..0840c0a 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@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main + uses: 5ouma/utils/setup-deno-with-cache@4853792eb396b3339b8fa283903f210089737302 # 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@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main + uses: 5ouma/utils/setup-deno-with-cache@4853792eb396b3339b8fa283903f210089737302 # 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@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main + uses: 5ouma/utils/setup-deno-with-cache@4853792eb396b3339b8fa283903f210089737302 # 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@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main + uses: 5ouma/utils/setup-deno-with-cache@4853792eb396b3339b8fa283903f210089737302 # 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@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main + uses: 5ouma/utils/setup-deno-with-cache@4853792eb396b3339b8fa283903f210089737302 # 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 d58291b..ae6f9e8 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@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main + uses: 5ouma/utils/pre-commit@4853792eb396b3339b8fa283903f210089737302 # main