diff --git a/.github/workflows/update_precommit_hooks.yml b/.github/workflows/update_precommit_hooks.yml index 64ad239..764f4ad 100644 --- a/.github/workflows/update_precommit_hooks.yml +++ b/.github/workflows/update_precommit_hooks.yml @@ -42,7 +42,7 @@ jobs: - name: Update pre-commit hooks run: pre-commit autoupdate - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: pre-commit hooks auto-update base: main diff --git a/.github/workflows/update_submodule.yml b/.github/workflows/update_submodule.yml index be333c0..97df25b 100644 --- a/.github/workflows/update_submodule.yml +++ b/.github/workflows/update_submodule.yml @@ -37,7 +37,7 @@ jobs: fi - name: Create pull request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.CLIMATE_DB_DATA_PAT }} commit-message: '[create-pull-request] update data submodule'