Skip to content

Commit 521303f

Browse files
chore(deps): bump jdx/mise-action from 4.0.0 to 4.0.1
Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](jdx/mise-action@c1ecc8f...1648a78) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e825ffb commit 521303f

16 files changed

+24
-24
lines changed

.github/workflows/__conformance_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go-version-file: go.mod
4040
cache: false
4141

42-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
42+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
4343
with:
4444
install: false
4545

.github/workflows/__crdvalidation_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: echo "GO_MOD_CACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV
3838
- run: echo "GO_BUILD_CACHE=$(go env GOCACHE)" >> $GITHUB_ENV
3939

40-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
40+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
4141
with:
4242
install: false
4343

.github/workflows/__e2e_chainsaw_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: build docker image
3636
run: make docker.build
3737

38-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
38+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3939
with:
4040
install_args: github:Kong/kubernetes-testing-framework http:helm
4141

.github/workflows/__e2e_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
TAG: e2e-${{ github.sha }}
3636
run: make docker.build
3737

38-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
38+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3939
with:
4040
install: false
4141

.github/workflows/__envtest_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: echo "GO_MOD_CACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV
3535
- run: echo "GO_BUILD_CACHE=$(go env GOCACHE)" >> $GITHUB_ENV
3636

37-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
37+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3838
with:
3939
install: false
4040

.github/workflows/__integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go-version-file: go.mod
4343
cache: false
4444

45-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
45+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
4646
with:
4747
install: false
4848

.github/workflows/__kongintegration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "TEST_KONG_IMAGE=kong/kong-gateway" >> $GITHUB_ENV
5252
echo "TEST_KONG_TAG=$(yq -ojson -r '.kongintegration.kong-ee' < test/test_dependencies.yaml )" >> $GITHUB_ENV
5353
54-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
54+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
5555
with:
5656
install: false
5757

.github/workflows/__lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version-file: go.mod
2727
cache: false
2828

29-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
29+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3030
with:
3131
install: false
3232

.github/workflows/__release-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
go-version-file: go.mod
158158

159-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
159+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
160160
with:
161161
install: false
162162

@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
go-version-file: go.mod
219219

220-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
220+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
221221
with:
222222
install: false
223223

@@ -305,7 +305,7 @@ jobs:
305305
echo "VERSION=${VERSION}" >> $GITHUB_ENV
306306
echo ${VERSION} > VERSION
307307
308-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
308+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
309309
with:
310310
install: false
311311

.github/workflows/__unit_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: echo "GO_MOD_CACHE=$(go env GOMODCACHE)" >> $GITHUB_ENV
2929
- run: echo "GO_BUILD_CACHE=$(go env GOCACHE)" >> $GITHUB_ENV
3030

31-
- uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0
31+
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3232
with:
3333
install: false
3434

0 commit comments

Comments
 (0)