Skip to content

Commit

Permalink
v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Aug 29, 2023
1 parent 5b32da9 commit 682f871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Backport Action
uses: sqren/backport-github-action@v8.9.3
uses: sqren/backport-github-action@v9.2.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: auto-backport-to-
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport-github-action",
"version": "8.9.7",
"version": "9.2.1",
"private": true,
"scripts": {
"build": "yarn ncc build src/index.ts",
Expand Down

0 comments on commit 682f871

Please sign in to comment.