diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index b2896b2..4e9c0b9 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -19,7 +19,7 @@ jobs: go-version: '1.17' - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install staticcheck run: go install honnef.co/go/tools/cmd/staticcheck@latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19cf4c0..e702647 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Check formatting if: ${{ matrix.go-version == '1.18' && matrix.os == 'ubuntu-latest' }}