Skip to content

Commit 2fda226

Browse files
chore(deps): bump jdx/mise-action from 2 to 4 (#499)
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 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@v2...v4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 20c610f commit 2fda226

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
--health-retries 5
2626
steps:
2727
- uses: actions/checkout@v6
28-
- uses: jdx/mise-action@v2
28+
- uses: jdx/mise-action@v4
2929
- run: npm ci
3030
- run: npm run ci
3131
- uses: codecov/codecov-action@v6
@@ -47,7 +47,7 @@ jobs:
4747
--health-retries 5
4848
steps:
4949
- uses: actions/checkout@v6
50-
- uses: jdx/mise-action@v2
50+
- uses: jdx/mise-action@v4
5151
- run: npm ci
5252
- run: bun run ci:bun
5353
# https://commitlint.js.org/guides/ci-setup.html
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v6
5858
with:
5959
fetch-depth: 0
60-
- uses: jdx/mise-action@v2
60+
- uses: jdx/mise-action@v4
6161
- run: npm install -D @commitlint/cli @commitlint/config-conventional
6262
- name: Validate current commit (last commit) with commitlint
6363
if: github.event_name == 'push'

.github/workflows/pkg-pr-new.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: jdx/mise-action@v2
14+
- uses: jdx/mise-action@v4
1515
- run: npm ci
1616
- run: npm run build
1717
- run: >

0 commit comments

Comments
 (0)