Skip to content

Commit

Permalink
chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 12, 2024
1 parent 78b359b commit 2e60799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
YA_RESOURCES_VERSION=$(curl -s https://api.github.com/repos/golemfactory/ya-installer-resources/releases/latest | jq -r .name | sed s/v//)
sed -i -E "s/(ARG YA_RESOURCES_VERSION=)\S+/\1${YA_RESOURCES_VERSION}/" docker/Dockerfile
- if: steps.update-versions.outputs.changes != '0'
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
commit-message: "chore: upgrade Yagna to v${{ steps.update-versions.outputs.version }}"
title: "chore: upgrade Yagna to v${{ steps.update-versions.outputs.version }}"
Expand Down

0 comments on commit 2e60799

Please sign in to comment.