Skip to content

Commit b139c02

Browse files
chore(deps): update github actions (major) (#196)
1 parent f9d9869 commit b139c02

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v6
2424

25-
- uses: jdx/mise-action@v3
25+
- uses: jdx/mise-action@v4
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6
1616
name: Check out repository
17-
- uses: jdx/mise-action@v3
17+
- uses: jdx/mise-action@v4
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
- run: mise run lint
@@ -27,7 +27,7 @@ jobs:
2727
os: ["ubuntu-latest", "windows-latest"]
2828
steps:
2929
- uses: actions/checkout@v6
30-
- uses: jdx/mise-action@v3
30+
- uses: jdx/mise-action@v4
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333

@@ -40,4 +40,4 @@ jobs:
4040
shell: bash
4141

4242
- name: Upload coverage
43-
uses: codecov/codecov-action@v5
43+
uses: codecov/codecov-action@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ref: ${{ inputs.version || github.ref }}
2525

26-
- uses: jdx/mise-action@v3
26+
- uses: jdx/mise-action@v4
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

0 commit comments

Comments
 (0)