Skip to content

Commit

Permalink
chore(deps): update dependency mise to v2024.11.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent e0e9d94 commit 40503c3
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@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.20
version: 2024.11.22
# backends are required to run mise list
# cspell:ignore binstall
install_args: bun node cargo-binstall
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.20
version: 2024.11.22
install_args: ${{ matrix.tools }}
cache_save: ${{ github.ref_name == 'main' }}

Expand All @@ -94,7 +94,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.20
version: 2024.11.22
install_args: bun node
cache_save: ${{ github.ref_name == 'main' }}

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@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.20
version: 2024.11.22
install_args: bun
cache_save: ${{ github.ref_name == 'main' }}

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.20
version: 2024.11.22
install_args: bun
cache_save: ${{ github.ref_name == 'main' }}

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@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.20
version: 2024.11.22
# 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.20"
min_version = "2024.11.22"

[tools]
bun = "1.1.36"
Expand Down
2 changes: 1 addition & 1 deletion wsl/home/.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.20"
min_version = "2024.11.22"

[tools]
# language tools
Expand Down

0 comments on commit 40503c3

Please sign in to comment.