diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 513ba69..55dd1b3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,10 +28,10 @@ jobs: run: git config --global core.autocrlf input - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go }}