Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit fbaf1b8

Browse files
committed
fix: Upgrading checkout action - fixing git reference issue
1 parent 7c288cb commit fbaf1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v2
2424
- run: npm install
2525
- run: npm run test
2626

0 commit comments

Comments
 (0)