Skip to content

Commit b26a28d

Browse files
chore: bump the all group with 2 updates (#33)
Bumps the all group with 2 updates: [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) and [jdx/mise-action](https://github.com/jdx/mise-action). Updates `updatecli/updatecli-action` from 2.100.0 to 3.0.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](updatecli/updatecli-action@v2.100.0...v3.0.0) Updates `jdx/mise-action` from 3 to 4 - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v3...v4) --- updated-dependencies: - dependency-name: updatecli/updatecli-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29b51f3 commit b26a28d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919

2020
- name: Install tool dependencies
21-
uses: jdx/mise-action@v3
21+
uses: jdx/mise-action@v4
2222

2323
- name: Run pre-commit
2424
run: |

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
shell: bash
4141

4242
- name: Install updatecli in the runner
43-
uses: updatecli/updatecli-action@v2.100.0
43+
uses: updatecli/updatecli-action@v3.0.0
4444

4545
- name: Run updatecli in apply mode
4646
run: |
@@ -61,7 +61,7 @@ runs:
6161

6262
- name: Install `helm-docs`
6363
if: inputs.run-helm-docs == 'true' && env.CHANGES == 'true'
64-
uses: jdx/mise-action@v3
64+
uses: jdx/mise-action@v4
6565
with:
6666
install_args: helm-docs
6767

0 commit comments

Comments
 (0)