diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8478518..8430841 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: matrix: go: [ '1.14', '1.15' ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Pre-run run: |