From 19eeabe37e6918d23b92e15629c07871801d8d95 Mon Sep 17 00:00:00 2001 From: jdinovi Date: Thu, 21 Dec 2023 15:50:20 -0700 Subject: [PATCH] chance to v3 of checkout the repo --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 543db95..4ccf13c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build binary files run: |