diff --git a/.github/workflows/outdated-api-update.yaml b/.github/workflows/outdated-api-update.yaml index 34646172..33ac40ee 100644 --- a/.github/workflows/outdated-api-update.yaml +++ b/.github/workflows/outdated-api-update.yaml @@ -31,7 +31,7 @@ jobs: run: | opa fmt -w . | grep -v vendor || true - name: commit and push updated outdated-api policy when changes found - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update outdated-api policy data push_options: --force