Skip to content

Commit

Permalink
chore(deps): update 5ouma/utils digest to 4abde67
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 0c187d3 commit fe666bf
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@01721f51aeb70f4237929d80cf6a092e1c920bde # main
uses: 5ouma/utils/setup-deno-with-cache@4abde67a41100a9a4d970e1abda12a34373605d9 # 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@01721f51aeb70f4237929d80cf6a092e1c920bde # main
uses: 5ouma/utils/setup-deno-with-cache@4abde67a41100a9a4d970e1abda12a34373605d9 # 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@01721f51aeb70f4237929d80cf6a092e1c920bde # main
uses: 5ouma/utils/setup-deno-with-cache@4abde67a41100a9a4d970e1abda12a34373605d9 # 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@01721f51aeb70f4237929d80cf6a092e1c920bde # main
uses: 5ouma/utils/setup-deno-with-cache@4abde67a41100a9a4d970e1abda12a34373605d9 # 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@01721f51aeb70f4237929d80cf6a092e1c920bde # main
uses: 5ouma/utils/setup-deno-with-cache@4abde67a41100a9a4d970e1abda12a34373605d9 # 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@01721f51aeb70f4237929d80cf6a092e1c920bde # main
uses: 5ouma/utils/pre-commit@4abde67a41100a9a4d970e1abda12a34373605d9 # main

0 comments on commit fe666bf

Please sign in to comment.