Skip to content

Commit

Permalink
docs(README): bump backport-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Oct 28, 2023
1 parent 5267663 commit 30a9582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v1
uses: korthout/backport-action@v2
```
> **Note**
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v1
uses: korthout/backport-action@v2
```
</p>
Expand Down

0 comments on commit 30a9582

Please sign in to comment.