Skip to content

Commit 94287cd

Browse files
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](stefanzweifel/git-auto-commit-action@v5...v6) Updates `mlugg/setup-zig` from 1 to 2 - [Release notes](https://github.com/mlugg/setup-zig/releases) - [Commits](mlugg/setup-zig@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](mridang/action-semantic-release@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] <support@github.com>
1 parent fec9c1b commit 94287cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: cargo fmt --all
3131

3232
- name: Commit and Push Changes
33-
uses: stefanzweifel/git-auto-commit-action@v5
33+
uses: stefanzweifel/git-auto-commit-action@v6
3434
with:
3535
commit_message: Apply Prettier formatting
3636
commit_options: '--no-verify'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
components: rustfmt, clippy
3131

3232
- name: Setup Zig
33-
uses: mlugg/setup-zig@v1
33+
uses: mlugg/setup-zig@v2
3434

3535
- name: Install Dependencies
3636
run: cargo fetch --locked
3737

3838
- name: Run semantic-release
39-
uses: mridang/action-semantic-release@v1.0.0
39+
uses: mridang/action-semantic-release@v1.3.0
4040
with:
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
4242
env:

0 commit comments

Comments
 (0)