Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5233f10

Browse files
authored
Merge pull request #572 from microsoftgraph/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents b45a6b4 + 94537b5 commit 5233f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Restore dependencies
3434
if: ${{ github.actor == 'dependabot[bot]' && steps.metadata.outputs.package-ecosystem == 'nuget' || github.event.action == 'labeled' }}
3535
run: dotnet restore
36-
- uses: stefanzweifel/git-auto-commit-action@v5
36+
- uses: stefanzweifel/git-auto-commit-action@v6
3737
with:
3838
commit_message: "chore: update NugGet lock file"
3939
file_pattern: '*/packages.lock.json'

0 commit comments

Comments
 (0)