Skip to content

Commit 4b11e87

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). 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 `golangci/golangci-lint-action` from 6 to 8 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v8) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 024f4a0 commit 4b11e87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot-changie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
version: latest
3030
args: new --body "${{ github.event.pull_request.title }}" --kind Dependency
3131

32-
- uses: stefanzweifel/git-auto-commit-action@v5
32+
- uses: stefanzweifel/git-auto-commit-action@v6
3333
with:
3434
commit_message: "chore(deps): add changelog for dependabot updates"
3535
commit_user_name: "dependabot[bot]"

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: golangci-lint
3838
continue-on-error: true
39-
uses: golangci/golangci-lint-action@v6
39+
uses: golangci/golangci-lint-action@v8
4040
with:
4141
args: --issues-exit-code=0 --timeout=5m
4242

0 commit comments

Comments
 (0)