From 53962d8b3858f6cbad9081453a1faf12a9fda7a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:58:29 +0000 Subject: [PATCH] chore(deps): bump the actions-version-updates group with 2 updates Bumps the actions-version-updates group with 2 updates: [mlugg/setup-zig](https://github.com/mlugg/setup-zig) and [mridang/action-semantic-release](https://github.com/mridang/action-semantic-release). 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.2.3 - [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.2.3) --- updated-dependencies: - 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.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f04c1b6..567154a 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.2.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} env: