From 94287cd32d7cde66f90dba0a72aaa39d6b6acfaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 06:24:23 +0000 Subject: [PATCH] chore(deps): bump the actions-version-updates group across 1 directory with 3 updates Bumps the actions-version-updates group with 3 updates in the / directory: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action), [mlugg/setup-zig](https://github.com/mlugg/setup-zig) and [mridang/action-semantic-release](https://github.com/mridang/action-semantic-release). Updates `stefanzweifel/git-auto-commit-action` from 5 to 6 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6) Updates `mlugg/setup-zig` from 1 to 2 - [Release notes](https://github.com/mlugg/setup-zig/releases) - [Commits](https://github.com/mlugg/setup-zig/compare/v1...v2) Updates `mridang/action-semantic-release` from 1.0.0 to 1.3.0 - [Release notes](https://github.com/mridang/action-semantic-release/releases) - [Changelog](https://github.com/mridang/action-semantic-release/blob/master/release.config.mjs) - [Commits](https://github.com/mridang/action-semantic-release/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version-updates - dependency-name: mlugg/setup-zig dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version-updates - dependency-name: mridang/action-semantic-release dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/format.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index f3535ac..c64af5d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -30,7 +30,7 @@ jobs: run: cargo fmt --all - name: Commit and Push Changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Apply Prettier formatting commit_options: '--no-verify' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f04c1b6..92203cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,13 +30,13 @@ jobs: components: rustfmt, clippy - name: Setup Zig - uses: mlugg/setup-zig@v1 + uses: mlugg/setup-zig@v2 - name: Install Dependencies run: cargo fetch --locked - name: Run semantic-release - uses: mridang/action-semantic-release@v1.0.0 + uses: mridang/action-semantic-release@v1.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} env: