From f506907d03c6ac83d134b326a18b4675f46fafa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:35:43 +0000 Subject: [PATCH 1/3] deps(deps): bump jdx/mise-action from 2 to 3 Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: jdx/mise-action dependency-version: '3' 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 9d1b278..ca7a34c 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@v2 + uses: jdx/mise-action@v3 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 0372be6..6534909 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@v2 + uses: jdx/mise-action@v3 with: cache: true github_token: ${{ secrets.GITHUB_TOKEN }} From 7006ede8cee9d89b035fc062b2c5b4ed33f381c6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 19 Aug 2025 15:35:54 +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 8885038a365372d36f07e74cd4c59c7e5414dfc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:35:55 +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.