diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 15:25:32 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-17 15:25:32 +0300 |
commit | bc0934a19ca73e38c000d01646392fa3470094ea (patch) | |
tree | 3240e640d6667ceff64c9dcfe2723d7877ccd943 /.github/workflows/backport.yml | |
parent | f8ffb146194d6dd4de79a217b616d2d11aeb26d2 (diff) | |
parent | 85f36ebed7e1295547cd2324d1baf7834be89c31 (diff) | |
download | PrismLauncher-bc0934a19ca73e38c000d01646392fa3470094ea.tar.gz PrismLauncher-bc0934a19ca73e38c000d01646392fa3470094ea.tar.bz2 PrismLauncher-bc0934a19ca73e38c000d01646392fa3470094ea.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into curseforge-url-handle
Diffstat (limited to '.github/workflows/backport.yml')
-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: |- |