diff --git a/.github/workflows/tidy.yml b/.github/workflows/tidy.yml index 5b63b76..2ac2a11 100644 --- a/.github/workflows/tidy.yml +++ b/.github/workflows/tidy.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: katexochen/go-tidy-check@v1 + - uses: katexochen/go-tidy-check@v2 with: # (Optional) The path to the root of each modules, space separated. Default is the current directory. - modules: . ./... \ No newline at end of file + modules: . ./...