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