From 041d3c96a1207e67069b9701a03b76abd314a591 Mon Sep 17 00:00:00 2001 From: Chris Sexton <3216719+chrissexton@users.noreply.github.com> Date: Sat, 23 Mar 2024 08:15:27 -0400 Subject: [PATCH] Update tidy.yml --- .github/workflows/tidy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: . ./...