From 630f7cac51851d9ffbf572a4a2547bdd28dd7bc1 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Wed, 22 Mar 2023 13:28:44 +0100 Subject: [PATCH] Update lint.yml to newest version of the action --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index df86cdda68..d4fdbeacb5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: name: Verify TODOs steps: - uses: actions/checkout@v3 - - uses: nirinchev/verify-todo@ccef781a48f2a66c52a4d64de9ed18d5fe944d38 + - uses: nirinchev/verify-todo@9be6f76daddad71433e5deb1b58c517490e5c66e with: token: ${{ secrets.GITHUB_TOKEN }} include: "**/*.+(cs|cpp|hpp)"