From 9c3762aed8f8238b98355b0deb4c0eda6250c1dd Mon Sep 17 00:00:00 2001 From: Mikunj Date: Tue, 10 Mar 2020 15:45:00 +1100 Subject: [PATCH] Update checkout action to v2 --- .github/workflows/build-binaries.yml | 2 +- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index d4da15e86..19760fd1a 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -21,7 +21,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout git repo - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install node uses: actions/setup-node@v1 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c500c9ca0..9cab74b71 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -22,7 +22,7 @@ jobs: - run: git config --global core.autocrlf false - name: Checkout git repo - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install node uses: actions/setup-node@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d61ca569..4f56cc97b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout git repo - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install node uses: actions/setup-node@v1