Skip to content

Commit 2c3cd3a

Browse files
authored
Fix CI Pipeline (#1345)
This commit attempts to fix the CI issues by upgrading the checkout action to v2. This fix is documented by the coverallsapp upstream.
1 parent 0cce565 commit 2c3cd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Unit tests and coverage
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- uses: actions/setup-go@v2
1616
with:
1717
go-version: "^1.15.6"

0 commit comments

Comments
 (0)