Skip to content

Commit

Permalink
Merge pull request #61 from micronaut-projects/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/peter-evans/create-pull-request-4.2.3

Bump peter-evans/create-pull-request from 3.12.1 to 4.2.3
  • Loading branch information
ChaimaaeROUAI authored Jul 5, 2024
2 parents 388bd67 + aa5c1f1 commit 2dbb0fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
run: ./gradlew useLatestVersions
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.12.1
uses: peter-evans/create-pull-request@v4.2.3
with:
token: ${{ secrets.GH_TOKEN }}
committer: micronaut-build <${{ secrets.MICRONAUT_BUILD_EMAIL }}>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/files-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
.github/ISSUE_TEMPLATE/new_feature.yaml
.github/ISSUE_TEMPLATE/other.yaml
- name: Create Pull Request - ${{ steps.branch.outputs.branch }}
uses: peter-evans/create-pull-request@v3.12.1
uses: peter-evans/create-pull-request@v4.2.3
with:
path: target
token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 2dbb0fb

Please sign in to comment.