Skip to content

Commit

Permalink
Merge pull request #3086 from jupyterhub/dependabot/github_actions/pe…
Browse files Browse the repository at this point in the history
…ter-evans/create-pull-request-6

Bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
minrk authored Sep 2, 2024
2 parents de53f8d + 113276e commit 1940651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-grafana-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 1940651

Please sign in to comment.