diff --git a/.github/workflows/update-imagemagick.yml b/.github/workflows/update-imagemagick.yml index 1c3de2a..fc54ad1 100644 --- a/.github/workflows/update-imagemagick.yml +++ b/.github/workflows/update-imagemagick.yml @@ -20,7 +20,7 @@ jobs: - run: "sed -i 's/IMAGEMAGICK_VERSION=\".*\"$/IMAGEMAGICK_VERSION=\"${{steps.version.outputs.prop}}\"/g' Dockerfile" - run: rm version.json - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 with: author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' diff --git a/.github/workflows/update-libde265.yml b/.github/workflows/update-libde265.yml index 07f0efc..1d3b65e 100644 --- a/.github/workflows/update-libde265.yml +++ b/.github/workflows/update-libde265.yml @@ -21,7 +21,7 @@ jobs: - run: "sed -i 's/\"v/\"/g' Dockerfile" - run: rm version.json - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 with: author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' diff --git a/.github/workflows/update-libheif.yml b/.github/workflows/update-libheif.yml index 9bc3c0e..468e199 100644 --- a/.github/workflows/update-libheif.yml +++ b/.github/workflows/update-libheif.yml @@ -21,7 +21,7 @@ jobs: - run: "sed -i 's/\"v/\"/g' Dockerfile" - run: rm version.json - name: Create Pull Request - uses: peter-evans/create-pull-request@v6.0.5 + uses: peter-evans/create-pull-request@v6.1.0 with: author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>' committer: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'