Skip to content

Commit 4ce7a1d

Browse files
deps: update jdx/mise-action digest to e79ddf6
1 parent 4c81402 commit 4ce7a1d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414

15-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
15+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
1616

1717
- name: Run golangci-lint
1818
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

29-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
29+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
3030

3131
- name: Run tests
3232
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
@@ -71,7 +71,7 @@ jobs:
7171
- name: Checkout
7272
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7373

74-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
74+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
7575

7676
- name: Run go mod tidy
7777
run: go mod tidy
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
lfs: "true"
9191

92-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
92+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
9393

9494
- name: Build Book
9595
working-directory: docs

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
lfs: "true"
1919

20-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
20+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
2121

2222
- name: Build Book
2323
working-directory: docs

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818

19-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
19+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
2020

2121
- name: Prepare ko
2222
run: |

.github/workflows/releaser-pleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ref: main
3131

32-
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
32+
- uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
3333

3434
# Build container image from current commit and replace image ref in `action.yml`
3535
# Without this, any new flags in `action.yml` would break the job in this repository until the new

0 commit comments

Comments
 (0)