diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6c954a3..0b14b51 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -26,10 +26,10 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: go-version: ${{ env.GO_VERSION }} - run: go mod download @@ -64,10 +64,10 @@ jobs: name: fmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: go-version: ${{ env.GO_VERSION }} - run: go mod download