diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 52424e9..f629f4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test run: go test ./... \ No newline at end of file