Skip to content

Commit

Permalink
chore(deps): update 5ouma/utils digest to d3089ae (#124)
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 13, 2024
1 parent daaac5e commit aaee8ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main
uses: 5ouma/utils/setup-bun-with-cache@d3089aeade76d6e01ddbb35ad492bf0ae62c7f31 # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main
uses: 5ouma/utils/setup-bun-with-cache@d3089aeade76d6e01ddbb35ad492bf0ae62c7f31 # main

- name: ๐Ÿž๏ธ Biome Check
run: bun run check:biome
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main
uses: 5ouma/utils/setup-bun-with-cache@d3089aeade76d6e01ddbb35ad492bf0ae62c7f31 # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main
uses: 5ouma/utils/setup-bun-with-cache@d3089aeade76d6e01ddbb35ad492bf0ae62c7f31 # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down
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@6e8db069403fb0209464c96db426aa6e51418c4f # main
uses: 5ouma/utils/pre-commit@d3089aeade76d6e01ddbb35ad492bf0ae62c7f31 # main
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main
uses: 5ouma/utils/setup-bun-with-cache@d3089aeade76d6e01ddbb35ad492bf0ae62c7f31 # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: ๐Ÿž Setup Bun with Cache
uses: 5ouma/utils/setup-bun-with-cache@6e8db069403fb0209464c96db426aa6e51418c4f # main
uses: 5ouma/utils/setup-bun-with-cache@d3089aeade76d6e01ddbb35ad492bf0ae62c7f31 # main

- name: ๐Ÿ‘พ Create a Meta File
run: echo '${{ vars.META_FILE }}' >meta.json
Expand Down

0 comments on commit aaee8ed

Please sign in to comment.