diff --git a/.github/workflows/update-grafana-data.yaml b/.github/workflows/update-grafana-data.yaml index f9ab7802e..2980fdba6 100644 --- a/.github/workflows/update-grafana-data.yaml +++ b/.github/workflows/update-grafana-data.yaml @@ -41,7 +41,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 # Don't try open PRs in forks or when the job is triggered by a push to # a branch other than the default branch. if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/main') diff --git a/.github/workflows/watch-dependencies.yaml b/.github/workflows/watch-dependencies.yaml index b5fc3781c..f2c6c233e 100644 --- a/.github/workflows/watch-dependencies.yaml +++ b/.github/workflows/watch-dependencies.yaml @@ -97,7 +97,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 # Don't try open PRs in forks or when the job is triggered by a push to # a branch other than the default branch. if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/main') @@ -230,7 +230,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 # Don't try open PRs in forks or when the job is triggered by a push to # a branch other than the default branch. if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/main')