Skip to content

Commit 879e915

Browse files
Bump stefanzweifel/git-auto-commit-action from 4 to 5 (#7)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [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@v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bb4c01 commit 879e915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "NGINX_VERSION=$NGINX_VERSION" >> $GITHUB_ENV
4141
4242
- name: Commit all changed files back to the repository
43-
uses: stefanzweifel/git-auto-commit-action@v4
43+
uses: stefanzweifel/git-auto-commit-action@v5
4444
with:
4545
commit_message: "Automated Update. Docker: ${{ env.NGINX_VERSION }}"
4646
file_pattern: '.nginx-version'

0 commit comments

Comments
 (0)