From cc544dce79d5960ac3a82103f3d54e4c2f79d0ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Jul 2026 00:26:28 +0000 Subject: [PATCH] ci(dependencies): Update jdx/mise-action action to v4.2.1 --- .github/workflows/cicd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index a798ce4..7260c6e 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -14,7 +14,7 @@ jobs: - name: "Check out repository" uses: "actions/checkout@v6.0.2" - name: "Setup mise" - uses: "jdx/mise-action@v4.0.1" + uses: "jdx/mise-action@v4.2.1" - name: "Run linting, building, tests" run: "mise run pre-commit" @@ -33,7 +33,7 @@ jobs: path: "${{ github.workspace }}/.cache/mise" key: "${{ hashFiles('mise.toml') }}" - name: "Setup mise" - uses: "jdx/mise-action@v4.0.1" + uses: "jdx/mise-action@v4.2.1" - name: "Run verscout next" id: "get_version" run: | @@ -64,7 +64,7 @@ jobs: path: "${{ github.workspace }}/.cache/mise" key: "${{ hashFiles('mise.toml') }}" - name: "Setup mise" - uses: "jdx/mise-action@v4.0.1" + uses: "jdx/mise-action@v4.2.1" - name: "Login to Docker Hub" uses: "docker/login-action@v4.2.0" with: