summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 11:17:29 +0000
committerGitHub <noreply@github.com>2023-10-30 11:17:29 +0000
commiteea756868f85192635046fc2214590bd4e81bdee (patch)
treecc1b3772495fa35be3fc54d2caeef766b6321591 /.github
parentac1dd9de6ce5e3040c49101f21f204744905f418 (diff)
downloadnixpkgs-eea756868f85192635046fc2214590bd4e81bdee.tar
nixpkgs-eea756868f85192635046fc2214590bd4e81bdee.tar.gz
nixpkgs-eea756868f85192635046fc2214590bd4e81bdee.tar.bz2
nixpkgs-eea756868f85192635046fc2214590bd4e81bdee.tar.lz
nixpkgs-eea756868f85192635046fc2214590bd4e81bdee.tar.xz
nixpkgs-eea756868f85192635046fc2214590bd4e81bdee.tar.zst
nixpkgs-eea756868f85192635046fc2214590bd4e81bdee.zip
build(deps): bump korthout/backport-action from 1.3.1 to 2.0.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.3.1 to 2.0.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/v1.3.1...v2.0.0)

---
updated-dependencies:
- dependency-name: korthout/backport-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index d174203238c..50562bd9310 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@v2.0.0
         with:
           # Config README: https://github.com/korthout/backport-action#backport-action
           copy_labels_pattern: 'severity:\ssecurity'