Skip to content

Commit

Permalink
chore(deps): update 5ouma/utils digest to 7ba6a5a (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent a98b97d commit 9719694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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@a59725674e1b67549fd6f1d34e194ba1826ba510 # main
uses: 5ouma/utils/setup-deno-with-cache@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # 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@a59725674e1b67549fd6f1d34e194ba1826ba510 # main
uses: 5ouma/utils/setup-deno-with-cache@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # 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@a59725674e1b67549fd6f1d34e194ba1826ba510 # main
uses: 5ouma/utils/setup-deno-with-cache@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # 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@a59725674e1b67549fd6f1d34e194ba1826ba510 # main
uses: 5ouma/utils/setup-deno-with-cache@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # 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@a59725674e1b67549fd6f1d34e194ba1826ba510 # main
uses: 5ouma/utils/setup-deno-with-cache@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main

- name: πŸ“¦ Dry Run Publish
run: deno publish --dry-run
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:

steps:
- name: 🚸 Run pre-commit
uses: 5ouma/utils/pre-commit@a59725674e1b67549fd6f1d34e194ba1826ba510 # main
uses: 5ouma/utils/pre-commit@7ba6a5a7c49d471a763b1539d6a367881c7edb95 # main

0 comments on commit 9719694

Please sign in to comment.