From 695ae7d0808eacd5669d60cad2ecff8d23c955c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:54:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6 --- .github/workflows/global.editorconfiglint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/global.editorconfiglint.yml b/.github/workflows/global.editorconfiglint.yml index 60cf9f4db..39a60eed6 100644 --- a/.github/workflows/global.editorconfiglint.yml +++ b/.github/workflows/global.editorconfiglint.yml @@ -13,6 +13,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 - run: go install github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@latest - run: ~/go/bin/editorconfig-checker