Skip to content

Commit 322aae1

Browse files
chore(deps): update jdx/mise-action digest to 8ccca8c
1 parent 6d9af34 commit 322aae1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sudo apt-get update && sudo apt-get install -y libreadline-dev
2929

3030
- name: Install Runtimes w/ MISE (and cache)
31-
uses: jdx/mise-action@bf7ce94bf71e42b9b3bb1350675aac847b7388c4
31+
uses: jdx/mise-action@8ccca8c0c6319b587efab753164d1fbf656c7115
3232

3333
yaml-lint:
3434
name: 'Lint: Yaml'
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v6
4343

4444
- name: Install Runtimes w/ MISE
45-
uses: jdx/mise-action@bf7ce94bf71e42b9b3bb1350675aac847b7388c4
45+
uses: jdx/mise-action@8ccca8c0c6319b587efab753164d1fbf656c7115
4646

4747
- name: Run yamllint
4848
run: task ci:yaml:lint
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v6
6060

6161
- name: Install Runtimes w/ MISE
62-
uses: jdx/mise-action@bf7ce94bf71e42b9b3bb1350675aac847b7388c4
62+
uses: jdx/mise-action@8ccca8c0c6319b587efab753164d1fbf656c7115
6363

6464
- name: Format check
6565
run: task ci:format:check
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v6
7777

7878
- name: Install Runtimes w/ MISE
79-
uses: jdx/mise-action@bf7ce94bf71e42b9b3bb1350675aac847b7388c4
79+
uses: jdx/mise-action@8ccca8c0c6319b587efab753164d1fbf656c7115
8080
with:
8181
reshim: true
8282

@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v6
9696

9797
- name: Install Runtimes w/ MISE
98-
uses: jdx/mise-action@bf7ce94bf71e42b9b3bb1350675aac847b7388c4
98+
uses: jdx/mise-action@8ccca8c0c6319b587efab753164d1fbf656c7115
9999

100100
- name: Run Diagnostics Check
101101
run: task ci:shell:lint
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/checkout@v6
113113

114114
- name: Install Runtimes w/ MISE
115-
uses: jdx/mise-action@bf7ce94bf71e42b9b3bb1350675aac847b7388c4
115+
uses: jdx/mise-action@8ccca8c0c6319b587efab753164d1fbf656c7115
116116

117117
- name: Run Diagnostics Check
118118
run: task ci:spelling:lint

0 commit comments

Comments
 (0)