Skip to content

Commit 0eb0b84

Browse files
dependabot[bot]ryanwersal
authored andcommitted
Bump jdx/mise-action from 4.1.0 to 4.2.0
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff1c06c commit 0eb0b84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0
4242
token: ${{ steps.app-token.outputs.token }}
4343

44-
- uses: jdx/mise-action@v4.1.0
44+
- uses: jdx/mise-action@v4.2.0
4545

4646
- name: Run lint + bats
4747
run: mise run test

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: read
1515
steps:
1616
- uses: actions/checkout@v6.0.3
17-
- uses: jdx/mise-action@v4.1.0
17+
- uses: jdx/mise-action@v4.2.0
1818
- name: Run lint + bats
1919
run: mise run test
2020

0 commit comments

Comments
 (0)