diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8c986d2..3de4216 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Check out code into the Go module directory - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install go toolchains run: | go install golang.org/x/tools/cmd/goimports@latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b579c6a..9cad7ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: with: go-version: '1.25.x' - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: