Skip to content

Commit

Permalink
chore(deps): update dependency mise to v2024.11.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent fbe05b8 commit d18fe9e
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.29
version: 2024.11.30
cache_save: ${{ github.ref_name == 'main' }}

- name: List mise tasks
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.29
version: 2024.11.30
cache_save: ${{ github.ref_name == 'main' }}

- name: Run ${{ matrix.name }}
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.29
version: 2024.11.30
cache_save: ${{ github.ref_name == 'main' }}

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

- name: Run tests
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install mise
uses: jdx/mise-action@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.29
version: 2024.11.30
cache_save: ${{ github.ref_name == 'main' }}

- 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@63a673876c7072c1d6ecb2049c0d572976c83b22 # v2.1.7
with:
version: 2024.11.29
version: 2024.11.30
# 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.29"
min_version = "2024.11.30"

[tools]
bun = "1.1.37"
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.29"
min_version = "2024.11.30"

[env]
# suppress experimental warnings for npm in node v23
Expand Down

0 comments on commit d18fe9e

Please sign in to comment.