From 4784b99867ee8e1d5a5552676dec784ff00c0c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:33:15 -0500 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 5 (#3) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-7zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-7zip.yml b/.github/workflows/update-7zip.yml index 11ba87b..07c2fd1 100644 --- a/.github/workflows/update-7zip.yml +++ b/.github/workflows/update-7zip.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - run: echo "::set-env name=LATEST_7ZIP::$(curl -s https://raw.githubusercontent.com/chxseh/update-7zip-inside-repos/main/latest/latest.txt | head -n 1)" - run: curl https://raw.githubusercontent.com/chxseh/update-7zip-inside-repos/main/update-repos/update.sh | bash - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 with: commit-message: 📝 Update 7-Zip title: Update 7-Zip to ${{ env.LATEST_7ZIP }}