diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index b0e8252..9546ad1 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -13,7 +13,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run Tests run: go test -v -coverprofile=profile.cov ./... - name: Coveralls diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 350b755..7c76cdc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Set up Go