diff --git a/.github/workflows/updateDockerfile.yml b/.github/workflows/updateDockerfile.yml index 5ccdeac..9be1a95 100644 --- a/.github/workflows/updateDockerfile.yml +++ b/.github/workflows/updateDockerfile.yml @@ -35,7 +35,7 @@ jobs: - name: Push changed file id: auto-commit-action if: steps.check-for-updates.outputs.changes_detected == 'true' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update Dockerfile (${{ steps.check-for-updates.outputs.changed_items }}) file_pattern: 'Dockerfile'