Skip to content

Commit

Permalink
docs(README): bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Oct 28, 2023
1 parent 1f42167 commit 77fc610
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 @@ -46,7 +46,7 @@ jobs:
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v1
```
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
contains(github.event.comment.body, '/backport')
)
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v1
```
Expand Down

0 comments on commit 77fc610

Please sign in to comment.