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