diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c504d7..bdcc530 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Tests run: go test