Browse Source

chore: Update GitHub "checkout" action to v2

Attempting to fix the "reference is not a tree" error that has started occurring.
Michael Bromley 5 years ago
parent
commit
41e6a9ec66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_and_test.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -16,7 +16,7 @@ jobs:
     name: build
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
+    - uses: actions/checkout@v2
     - name: Use Node.js ${{ env.node }}
       uses: actions/setup-node@v1
       with: