Skip to content

Commit

Permalink
ci(actions): Do not pin the 5ouma/utils action (#186)
Browse files Browse the repository at this point in the history
It changes so quickly.
  • Loading branch information
5ouma authored Jan 7, 2025
1 parent 64e1517 commit 8b0b96b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: 🧹 Lint Check
run: deno lint
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: πŸ“ Format Check
run: deno fmt --check
Expand All @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: πŸ” Type Check
run: deno check --doc ./src
Expand All @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: πŸ§ͺ Run Tests
run: deno task test:ci
Expand All @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: πŸ¦• Setup Deno with Cache
uses: 5ouma/utils/setup-deno-with-cache@973639b350016dec6fe7f665f4650d22ea1935d5 # main
uses: 5ouma/utils/setup-deno-with-cache@main

- name: πŸ“¦ Dry Run Publish
run: deno publish --dry-run

0 comments on commit 8b0b96b

Please sign in to comment.