Skip to content

Commit

Permalink
chore(deps): update jdx/mise-action digest to a4cfebd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 72cd849 commit 451fde0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Setup tools
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2
uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run formatter, linter and import sorting with Biome
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Setup tools
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2
uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run formatter, linter and import sorting with Biome
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Setup tools
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2
uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Setup tools
uses: jdx/mise-action@f8dfbcc150159126838e44b882bf34bd98fd90f3 # v2
uses: jdx/mise-action@a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab # v2

- name: Create .npmrc
run: |
Expand Down

0 comments on commit 451fde0

Please sign in to comment.