diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eb29cf..c8b6f38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check formatting if: matrix.go-version == '1.23' && matrix.platform == 'ubuntu-latest'