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 }}