Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7.0.5...v7.0.6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and prymitive committed Dec 30, 2024
1 parent 990eda0 commit aba1d7f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GH_REPO_TOKEN }}
author: "Łukasz Mierzwa <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GH_REPO_TOKEN }}
author: "Łukasz Mierzwa <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GH_REPO_TOKEN }}
author: "Łukasz Mierzwa <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GH_REPO_TOKEN }}
author: "Łukasz Mierzwa <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GH_REPO_TOKEN }}
author: "Łukasz Mierzwa <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Create Pull Request
id: cpr
uses: peter-evans/[email protected].5
uses: peter-evans/[email protected].6
with:
token: ${{ secrets.GH_REPO_TOKEN }}
author: "Łukasz Mierzwa <[email protected]>"
Expand Down

0 comments on commit aba1d7f

Please sign in to comment.