Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request digest to 9e49b18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2023
1 parent 06619c5 commit 1fa17a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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@d7c27ba1b126e97b7c653dfbca2bd0aa018ba7a4
uses: peter-evans/create-pull-request@9e49b1873f5025c48e485cb5cdc74d652decf03e
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@d7c27ba1b126e97b7c653dfbca2bd0aa018ba7a4
uses: peter-evans/create-pull-request@9e49b1873f5025c48e485cb5cdc74d652decf03e
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@d7c27ba1b126e97b7c653dfbca2bd0aa018ba7a4
uses: peter-evans/create-pull-request@9e49b1873f5025c48e485cb5cdc74d652decf03e
with:
token: ${{ secrets.CR_TOKEN }}
push-to-fork: ${{ github.event.inputs.downstreamRepo }}
Expand Down

0 comments on commit 1fa17a5

Please sign in to comment.