Skip to content

Commit 427a879

Browse files
Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 (#311)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.1.0 to 5.2.0. - [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.1.0...v5.2.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c9b015 commit 427a879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifacts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
Get-ChildItem -Path $Env:GITHUB_WORKSPACE -Filter $Env:INSTALLER_FILE | Select-Object -Property Name, Size, LastWriteTime, User
4141
4242
- name: Commit bundled installer script
43-
uses: stefanzweifel/git-auto-commit-action@v5.1.0
43+
uses: stefanzweifel/git-auto-commit-action@v5.2.0
4444
with:
4545
commit_message: Updated bundled installer [skip ci]
4646
file_pattern: ${{ env.INSTALLER_FILE }}

0 commit comments

Comments
 (0)