From 07ac9c00b94e1e3db54920bad3440c26395d368c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:58:09 +0000 Subject: [PATCH 1/3] deps(deps): bump jdx/mise-action from 3 to 4 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 3 to 4. - [Release notes](https://github.com/jdx/mise-action/releases) - [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/jdx/mise-action/compare/v3...v4) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/test-simple-commit-and-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 604c4e2..d097b81 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,7 +23,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Install mise and setup - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: cache: true github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-simple-commit-and-push.yml b/.github/workflows/test-simple-commit-and-push.yml index 922b47e..aff1236 100644 --- a/.github/workflows/test-simple-commit-and-push.yml +++ b/.github/workflows/test-simple-commit-and-push.yml @@ -27,7 +27,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Install mise and setup - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 with: cache: true github_token: ${{ secrets.GITHUB_TOKEN }} From 5c779d79bb053c5f43a306c7bf7ead01663bc25d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 30 Mar 2026 22:58:23 +0000 Subject: [PATCH 2/3] Auto commit --- test-file.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-file.txt diff --git a/test-file.txt b/test-file.txt new file mode 100644 index 0000000..6de7b8c --- /dev/null +++ b/test-file.txt @@ -0,0 +1 @@ +This is a test file. From 34d3de7bd0e59d2f5eb27c69797c553669b73734 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:58:24 +0000 Subject: [PATCH 3/3] Commit message for testing --- test-file.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test-file.txt diff --git a/test-file.txt b/test-file.txt deleted file mode 100644 index 6de7b8c..0000000 --- a/test-file.txt +++ /dev/null @@ -1 +0,0 @@ -This is a test file.