about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-06 11:50:11 +0000
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-11-07 09:40:56 +0100
commit3036ac33ed88429c478be2fabe1b927d4a7a44c4 (patch)
treeb16f6a3c23418567827bc9d1b0280f5cc9e23750 /.github
parentec750fd01963ab6b20ee1f0cb488754e8036d89d (diff)
downloadnixlib-3036ac33ed88429c478be2fabe1b927d4a7a44c4.tar
nixlib-3036ac33ed88429c478be2fabe1b927d4a7a44c4.tar.gz
nixlib-3036ac33ed88429c478be2fabe1b927d4a7a44c4.tar.bz2
nixlib-3036ac33ed88429c478be2fabe1b927d4a7a44c4.tar.lz
nixlib-3036ac33ed88429c478be2fabe1b927d4a7a44c4.tar.xz
nixlib-3036ac33ed88429c478be2fabe1b927d4a7a44c4.tar.zst
nixlib-3036ac33ed88429c478be2fabe1b927d4a7a44c4.zip
build(deps): bump korthout/backport-action from 2.0.0 to 2.1.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/v2.0.0...v2.1.0)

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

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 50562bd9310b..2e9e20331bf6 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@v2.0.0
+        uses: korthout/backport-action@v2.1.0
         with:
           # Config README: https://github.com/korthout/backport-action#backport-action
           copy_labels_pattern: 'severity:\ssecurity'