From 848f1880a459908d5b0fe15e3c6e2a7a50d1a0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:57:36 +0200 Subject: [PATCH] Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#149) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-imagemagick.yml | 2 +- .github/workflows/update-libde265.yml | 2 +- .github/workflows/update-libheif.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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>'