Skip to content

Commit

Permalink
chore(deps): update dependency mise to v2024.11.6 (#827)
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 Nov 11, 2024
1 parent 512a624 commit f541f26
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6
with:
version: 2024.11.5
version: 2024.11.6
# backends are required to run mise list
# cspell:ignore binstall
install_args: bun node cargo-binstall
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6
with:
version: 2024.11.5
version: 2024.11.6
install_args: ${{ matrix.tools }}

- name: Run ${{ matrix.name }}
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6
with:
version: 2024.11.5
version: 2024.11.6
install_args: bun node

- name: Install package.json dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6
with:
version: 2024.11.5
version: 2024.11.6
install_args: bun

- name: Run tests
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6
with:
version: 2024.11.5
version: 2024.11.6
install_args: bun

- name: Install package.json dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wsl-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@53d027c2e96fed8f955f5d95bff910a3e031cc58 # v2.1.6
with:
version: 2024.11.5
version: 2024.11.6
# cspell:ignore kellyjonbrazil
mise_toml: |
[tools]
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://mise.jdx.dev/configuration.html
#:schema https://mise.jdx.dev/schema/mise.json

min_version = "2024.11.5"
min_version = "2024.11.6"

[tools]
bun = "1.1.34"
Expand Down
2 changes: 1 addition & 1 deletion wsl/.config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ref: https://mise.jdx.dev/configuration.html#global-config-config-mise-config-toml
#:schema https://mise.jdx.dev/schema/mise.json

min_version = "2024.11.5"
min_version = "2024.11.6"

[tools]
# language tools
Expand Down

0 comments on commit f541f26

Please sign in to comment.