diff --git a/.github/workflows/lockfiles.yml b/.github/workflows/lockfiles.yml index 92abae7..6f0a094 100644 --- a/.github/workflows/lockfiles.yml +++ b/.github/workflows/lockfiles.yml @@ -26,6 +26,6 @@ jobs: run: dotnet restore --force-evaluate - name: Auto-commit changed files - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Update NuGet lock files after Dependabot dependency update.