From 6e7c18027797baa80c6c7355118501e5bc4dba32 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Tue, 26 May 2020 15:34:12 -0500 Subject: [PATCH] Remove minor version from audit comparison action (#8048) Making this less specific means we can benefit from updates to the action without needing to change the workflow, such as the bug fix in backspace/ember-test-audit-comparison-action@a87d252, which addresses the incorrect duration delta here: https://github.com/hashicorp/nomad/pull/7964#issuecomment-632351171 --- .github/workflows/ember-test-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ember-test-audit.yml b/.github/workflows/ember-test-audit.yml index e951a00ff..ff3859018 100644 --- a/.github/workflows/ember-test-audit.yml +++ b/.github/workflows/ember-test-audit.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/download-artifact@v2 with: name: pr-audit - - uses: backspace/ember-test-audit-comparison-action@v1.0 + - uses: backspace/ember-test-audit-comparison-action@v1 with: base-report-path: base-audit.json comparison-report-path: pr-audit.json