diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-15 14:19:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 14:19:42 +0000 |
commit | 07f25d6ccadc1958729471f4d68155d33c072564 (patch) | |
tree | 8f869e9fc503ce9b7f738dc630ebc7478077e9a9 /.github/workflows | |
parent | 8f5bb982cd27dd9158b63d826769c168455a139b (diff) | |
download | PrismLauncher-07f25d6ccadc1958729471f4d68155d33c072564.tar.gz PrismLauncher-07f25d6ccadc1958729471f4d68155d33c072564.tar.bz2 PrismLauncher-07f25d6ccadc1958729471f4d68155d33c072564.zip |
chore(deps): update korthout/backport-action action to v1.4.0
Diffstat (limited to '.github/workflows')
-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: |- |