Skip to content

Commit

Permalink
[actions] update rebase action to use checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 1, 2020
1 parent 3892c18 commit 85c7947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebase.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: ljharb/rebase@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 85c7947

Please sign in to comment.