We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aec556a + 978a30e commit 03283b5Copy full SHA for 03283b5
1 file changed
.github/workflows/update-lock-file.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Restore dependencies
34
if: ${{ github.actor == 'dependabot[bot]' && steps.metadata.outputs.package-ecosystem == 'nuget' || github.event.action == 'labeled' }}
35
run: dotnet restore
36
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
37
with:
38
commit_message: "chore: update NugGet lock file"
39
file_pattern: '*/packages.lock.json'
0 commit comments