From 5bcd1fe2ae020368753274de5acfeed92fd32a87 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 12 Oct 2022 21:49:46 -0400 Subject: [PATCH] Updates DreamAnnotate to v2 --- .github/workflows/ci_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 34c1ec1b0e..dc93324bff 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -45,7 +45,7 @@ jobs: tools/bootstrap/python -m mapmerge2.dmm_test ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1 - name: Annotate Lints - uses: yogstation13/DreamAnnotate@v1 + uses: yogstation13/DreamAnnotate@v2 if: always() with: outputFile: output-annotations.txt