Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49c260f

Browse files
committed
MISE_ENABLE_TOOLS is not supported by mise action
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 93cfb20 commit 49c260f

File tree

6 files changed

+3
-13
lines changed

6 files changed

+3
-13
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ jobs:
1414
persist-credentials: false
1515
uses: actions/checkout@v4
1616
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
17-
env:
18-
MISE_ENABLE_TOOLS: go:github.com/grafana/oats,java
1917
- name: Run acceptance tests
2018
run: mise run acceptance-test

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
16-
env:
17-
MISE_ENABLE_TOOLS: java,protoc
1816
- name: Cache local Maven repository
1917
uses: actions/cache@v4
2018
with:

.github/workflows/github-pages.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
fetch-tags: "true"
3939
fetch-depth: 0
4040
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
41-
env:
42-
MISE_ENABLE_TOOLS: hugo,java
4341
with:
4442
cache: "false"
4543
- name: Setup Pages

.github/workflows/lint-rest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ jobs:
1414
persist-credentials: false
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
17-
env:
18-
MISE_ENABLE_TOOLS: lychee,zizmor
1917
- name: Lint
2018
run: mise run lint-rest

.github/workflows/test-release-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
persist-credentials: false
1919
- uses: jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
20-
env:
21-
MISE_ENABLE_TOOLS: java
2220
- name: Cache local Maven repository
2321
uses: actions/cache@v4
2422
with:

mise.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tools]
2-
"cargo:zizmor" = "1.8.0"
2+
"cargo:zizmor" = "1.9.0"
33
"go:github.com/gohugoio/hugo" = "v0.147.9"
44
"go:github.com/grafana/oats" = "0.3.2"
5-
java = "temurin-21.0.7+6.0.LTS"
6-
lychee = "0.18.1"
5+
java = "temurin-24.0.1"
6+
lychee = "0.19.1"
77
protoc = "31.1"
88

99
[tasks.ci]

0 commit comments

Comments
 (0)