Skip to content

Commit

Permalink
chore(deps): update jdx/mise-action action to v2.1.11 (#770)
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 30, 2024
1 parent fd5d296 commit a1000b4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: setup gitignore target files
uses: ./.github/actions/setup-gitignore-target-files
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: setup gitignore target files
uses: ./.github/actions/setup-gitignore-target-files
Expand All @@ -70,7 +70,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: setup gitignore target files
uses: ./.github/actions/setup-gitignore-target-files
Expand All @@ -96,7 +96,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: setup gitignore target files
uses: ./.github/actions/setup-gitignore-target-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-auto-correct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: setup gitignore target files
uses: ./.github/actions/setup-gitignore-target-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-bun-lockb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: Run bun install
run: bun install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-firebase-hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: Generate gitignore target files
run: make gen-gitignore-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-pubspec-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# https://github.com/marketplace/actions/mise-action
- name: mise action
uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
uses: jdx/mise-action@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11

- name: setup pub
uses: ./.github/actions/setup-pub
Expand Down

0 comments on commit a1000b4

Please sign in to comment.