Merge pull request #6 from montevive/dependabot/github_actions/peter-evans/create-pull-request-7
ci(deps): bump peter-evans/create-pull-request from 6 to 7
This commit is contained in:
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Pull Request for fixes
|
- name: Create Pull Request for fixes
|
||||||
if: success()
|
if: success()
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "🔧 Auto-fix code quality issues"
|
commit-message: "🔧 Auto-fix code quality issues"
|
||||||
|
|||||||
2
.github/workflows/version-bump.yml
vendored
2
.github/workflows/version-bump.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create pull request (if on branch)
|
- name: Create pull request (if on branch)
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
commit-message: "Bump version to ${{ steps.new-version.outputs.version }}"
|
commit-message: "Bump version to ${{ steps.new-version.outputs.version }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user