diff --git a/.github/workflows/update-grafana-data.yaml b/.github/workflows/update-grafana-data.yaml index 6bfeb85f1..f9ab7802e 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@v5 + uses: peter-evans/create-pull-request@v6 # 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')