Skip to content

Commit

Permalink
Bump package to 9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed May 9, 2024
1 parent 1c85cda commit ad888e9
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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Backport Action
uses: sorenlouv/backport-github-action@v9.3.0
uses: sorenlouv/backport-github-action@v9.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: 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": "9.3.1",
"version": "9.5.1",
"private": true,
"scripts": {
"build": "yarn ncc build src/index.ts -o dist",
Expand Down

0 comments on commit ad888e9

Please sign in to comment.