diff --git a/.github/workflows/editorconfiglint.yml b/.github/workflows/editorconfiglint.yml index 60cf9f4..0bc20fc 100644 --- a/.github/workflows/editorconfiglint.yml +++ b/.github/workflows/editorconfiglint.yml @@ -13,6 +13,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v7 - run: go install github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@latest - run: ~/go/bin/editorconfig-checker