From 36855596b4c0febcf046d5ff744e2bc26bbb6880 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Thu, 1 Jun 2023 10:55:06 -0700 Subject: ci: Update actions (#99) Updates the checkout, setup-go, and codecov GitHub Actions. Supersedes #88, #89, #90 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/go.yml') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7561b25..a04b4ab 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: 1.20.x cache: true @@ -30,7 +30,7 @@ jobs: run: make cover - name: Upload coverage to codecov.io - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 docker: runs-on: ubuntu-latest -- cgit v1.2.3