diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b3c89c8..86321f6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Go uses: actions/setup-go@v6 with: