diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-16 19:28:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 19:28:41 +0200 |
commit | c88088c91a92a371a9bc2b7384c2897157772b7e (patch) | |
tree | 9fc2bb20187bfc7f8d0b497a19d5a6977f95e3d2 | |
parent | a5e7aedb4fda6b2d928c2af1c4ce414b12d47511 (diff) | |
parent | 07f25d6ccadc1958729471f4d68155d33c072564 (diff) | |
download | PrismLauncher-c88088c91a92a371a9bc2b7384c2897157772b7e.tar.gz PrismLauncher-c88088c91a92a371a9bc2b7384c2897157772b7e.tar.bz2 PrismLauncher-c88088c91a92a371a9bc2b7384c2897157772b7e.zip |
Merge pull request #1524 from PrismLauncher/renovate/korthout-backport-action-1.x
-rw-r--r-- | .github/workflows/backport.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 77c1a880..08cfb56d 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,7 +24,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Create backport PRs - uses: korthout/backport-action@v1.3.1 + uses: korthout/backport-action@v1.4.0 with: # Config README: https://github.com/korthout/backport-action#backport-action pull_description: |- |