Skip to content

Commit

Permalink
Merge pull request #435 from nextcloud/dependabot/github_actions/pete…
Browse files Browse the repository at this point in the history
…r-evans/create-pull-request-4

Bump peter-evans/create-pull-request from 3 to 4
  • Loading branch information
szaimen authored Mar 31, 2022
2 parents 2290c0a + 92a96ca commit e22c6d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
)"
sed -i "s|pecl install APCu.*\;|pecl install APCu-$apcu_version\;|" ./Containers/mastercontainer/Dockerfile
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
commit-message: dependency updates
signoff: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextcloud-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sed -i "s|^ENV NEXTCLOUD_VERSION.*|ENV NEXTCLOUD_VERSION $NCVERSION|" ./Containers/nextcloud/Dockerfile
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
commit-message: nextcloud-update automated change
signoff: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm-update-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
continue-on-error: true

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: Update psalm baseline
Expand Down

0 comments on commit e22c6d6

Please sign in to comment.