Skip to content

Commit

Permalink
Bump devops-infra/action-pull-request from 0.4.2 to 0.5.5 (#224)
Browse files Browse the repository at this point in the history
Bumps [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request) from 0.4.2 to 0.5.5.
- [Release notes](https://github.com/devops-infra/action-pull-request/releases)
- [Commits](devops-infra/action-pull-request@v0.4.2...v0.5.5)

---
updated-dependencies:
- dependency-name: devops-infra/action-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2023
1 parent 52cb3e7 commit bfe3db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/createPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
curl -LsS https://raw.githubusercontent.com/DerTyp7214/DerTyp7214/main/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md
- name: Create Pull Request
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.5
with:
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
template: .tmp/PULL_REQUEST_TEMPLATE.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/createTranslationPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -LsS https://raw.githubusercontent.com/DerTyp7214/DerTyp7214/main/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md
- name: Create Pull Request
uses: devops-infra/action-pull-request@v0.4.2
uses: devops-infra/action-pull-request@v0.5.5
with:
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
template: .tmp/PULL_REQUEST_TEMPLATE.md
Expand Down

0 comments on commit bfe3db5

Please sign in to comment.