Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update peter-evans/create-pull-request digest to 5e5e72e #1393

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changelog_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cat CHANGELOG-old.md | sed -e'1,2d' >> CHANGELOG.md
rm CHANGELOG-old.md CHANGELOG-latest.md
- name: Create Pull Request
uses: peter-evans/create-pull-request@5ac05dbaf3e4c655ed87f1cbba980b9e5c490504
uses: peter-evans/create-pull-request@5e5e72ede9529be3ff84471a85ef40ea3c1e9bcf
with:
title: "Update Offline Changelog"
branch: offline_changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
args: --template-files=_helm-docs-template.gotmpl
- name: Create Pull Request
uses: peter-evans/create-pull-request@5ac05dbaf3e4c655ed87f1cbba980b9e5c490504
uses: peter-evans/create-pull-request@5e5e72ede9529be3ff84471a85ef40ea3c1e9bcf
with:
title: "Update Helm Docs"
branch: ci-helm-doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/olm_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Open Pull Request
id: cpr
uses: peter-evans/create-pull-request@5ac05dbaf3e4c655ed87f1cbba980b9e5c490504
uses: peter-evans/create-pull-request@5e5e72ede9529be3ff84471a85ef40ea3c1e9bcf
with:
token: ${{ secrets.CR_TOKEN }}
push-to-fork: ${{ github.event.inputs.downstreamRepo }}
Expand Down
Loading