diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ca504e4..ee3b2be 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: with: go-version: '>= 1.26' - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Test run: go test ./... release: @@ -25,7 +25,7 @@ jobs: with: go-version: '>= 1.26' - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: