diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 8e5d1c4..71465bc 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -41,7 +41,7 @@ jobs: - name: Set up Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: - go-version: "1.26.x" + go-version: "1.27.x" - name: Validate workflows run: go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.12 diff --git a/.github/workflows/sitectl-plugin-goreleaser.yaml b/.github/workflows/sitectl-plugin-goreleaser.yaml index 25860a0..4f0a97a 100644 --- a/.github/workflows/sitectl-plugin-goreleaser.yaml +++ b/.github/workflows/sitectl-plugin-goreleaser.yaml @@ -211,7 +211,7 @@ jobs: uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6 with: distribution: goreleaser - version: v2.17.0 + version: v2.18.2 args: ${{ inputs.goreleaser-args }} env: GORELEASER_DISABLE_SCM_RELEASE: "false"