diff --git a/.github/workflows/download_data.yml b/.github/workflows/download_data.yml index 7224652..64d7da9 100644 --- a/.github/workflows/download_data.yml +++ b/.github/workflows/download_data.yml @@ -27,7 +27,7 @@ jobs: # Create a PR with the changes from the above script, if any. - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 # current version is v7, maybe update... + uses: peter-evans/create-pull-request@v8 # current version is v7, maybe update... with: commit-message: "Update stored data" branch: update-stored-data