From 55a39a64e944f19c6a7d8efddf3df27700f20d14 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 22 Oct 2020 13:58:12 -0700 Subject: [PATCH] [actions] update rebase checkout action to v2 --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 0c2ad39..027aed0 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -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 }}