Skip to content

Commit

Permalink
chore(deps): update 5ouma/utils digest to 3b3638e (#129)
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 16, 2024
1 parent 8c9c8c3 commit 9319971
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@4ed857c2edad45e464f1ed2c63190f8e70face46 # main
uses: 5ouma/utils/setup-bun-with-cache@3b3638e3fd5d8d0a5ed20a2c6fd2c91d0c9f220e # 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@4ed857c2edad45e464f1ed2c63190f8e70face46 # main
uses: 5ouma/utils/setup-bun-with-cache@3b3638e3fd5d8d0a5ed20a2c6fd2c91d0c9f220e # 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@4ed857c2edad45e464f1ed2c63190f8e70face46 # main
uses: 5ouma/utils/setup-bun-with-cache@3b3638e3fd5d8d0a5ed20a2c6fd2c91d0c9f220e # 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@4ed857c2edad45e464f1ed2c63190f8e70face46 # main
uses: 5ouma/utils/setup-bun-with-cache@3b3638e3fd5d8d0a5ed20a2c6fd2c91d0c9f220e # 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@4ed857c2edad45e464f1ed2c63190f8e70face46 # main
uses: 5ouma/utils/pre-commit@3b3638e3fd5d8d0a5ed20a2c6fd2c91d0c9f220e # 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@4ed857c2edad45e464f1ed2c63190f8e70face46 # main
uses: 5ouma/utils/setup-bun-with-cache@3b3638e3fd5d8d0a5ed20a2c6fd2c91d0c9f220e # 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@4ed857c2edad45e464f1ed2c63190f8e70face46 # main
uses: 5ouma/utils/setup-bun-with-cache@3b3638e3fd5d8d0a5ed20a2c6fd2c91d0c9f220e # main

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

0 comments on commit 9319971

Please sign in to comment.