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-13 11:58:35 +0000
committerMartin Weinelt <mweinelt@users.noreply.github.com>2023-11-13 13:49:56 +0100
commitafaf6396660d626699c6a505d7939431bec87b0e (patch)
tree1226afc486cd1ee6e853d2d12aa552376c09921c /.github
parentf5619ed43614284212b74d5915d68bebb29a2b72 (diff)
downloadnixpkgs-afaf6396660d626699c6a505d7939431bec87b0e.tar
nixpkgs-afaf6396660d626699c6a505d7939431bec87b0e.tar.gz
nixpkgs-afaf6396660d626699c6a505d7939431bec87b0e.tar.bz2
nixpkgs-afaf6396660d626699c6a505d7939431bec87b0e.tar.lz
nixpkgs-afaf6396660d626699c6a505d7939431bec87b0e.tar.xz
nixpkgs-afaf6396660d626699c6a505d7939431bec87b0e.tar.zst
nixpkgs-afaf6396660d626699c6a505d7939431bec87b0e.zip
build(deps): bump korthout/backport-action from 2.1.0 to 2.1.1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/v2.1.0...v2.1.1)

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

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