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