diff --git a/.github/workflows/update-zip-code-data.yml b/.github/workflows/update-zip-code-data.yml index 4f3c618..4a1924b 100644 --- a/.github/workflows/update-zip-code-data.yml +++ b/.github/workflows/update-zip-code-data.yml @@ -42,7 +42,7 @@ jobs: - name: Create pull request if: steps.diff.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: 'chore: update zip code data' branch: update-zip-code-data