diff --git a/.github/workflows/rsync-docker-bump.yml b/.github/workflows/rsync-docker-bump.yml index 0acaae854..74db87b99 100644 --- a/.github/workflows/rsync-docker-bump.yml +++ b/.github/workflows/rsync-docker-bump.yml @@ -22,7 +22,7 @@ jobs: sed -i -E "s/RSYNC_TAG=[0-9\.]+/RSYNC_TAG=${{ steps.latest_tag.outputs.latest_tag }}/g" Dockerfile - name: Create Pull Request for tag update - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Update rsync tag in Dockerfile"