Skip to content

Commit 1d4f43c

Browse files
authored
Merge pull request galaxyproject#21352 from galaxyproject/dependabot/github_actions/peter-evans/create-pull-request-7
Bump peter-evans/create-pull-request from 6 to 7
2 parents a1f43ac + 612c7af commit 1d4f43c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_container_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
sed -i "s/^ tag:.*/ tag: \"${{ needs.build.outputs.tag }}\"/" galaxy/values.yaml
251251
252252
- name: Create Pull Request
253-
uses: peter-evans/create-pull-request@v6
253+
uses: peter-evans/create-pull-request@v7
254254
with:
255255
token: ${{ secrets.GALAXY_HELM_PULL_REQUEST_TOKEN }}
256256
commit-message: "Update Galaxy to version ${{ needs.build.outputs.version }}"

0 commit comments

Comments
 (0)