From 76d179d733838ffe3cdb19db2c9664da9a008d63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 06:37:34 +0000 Subject: [PATCH] chore(deps): update bump-dependencies --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/sitectl-plugin-goreleaser.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"