diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-05 12:00:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-05 12:00:44 +0000 |
| commit | c20235dff5eb9f6cf9004323c2cb72a1a440cd4e (patch) | |
| tree | 54d06f2873fc58a53b51ef9c3c507940a14ee2cc | |
| parent | Merge pull request #230373 from gregod/photoprism-230506-9de9a3540 (diff) | |
| download | nixpkgs-origin/dependabot/github_actions/korthout/backport-action-1.3.0.tar.gz | |
build(deps): bump korthout/backport-action from 1.2.0 to 1.3.0origin/dependabot/github_actions/korthout/backport-action-1.3.0
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](https://github.com/korthout/backport-action/compare/v1.2.0...v1.3.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>
| -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 60ceb304ee8a..b20885ae8ce5 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.2.0 + uses: korthout/backport-action@v1.3.0 with: # Config README: https://github.com/korthout/backport-action#backport-action copy_labels_pattern: 'severity:\ssecurity' |
