From f7482feec2dd714a3399774b1b723e6f6c04cd4e Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 29 Jan 2021 22:35:36 -0800 Subject: [PATCH] move back to latest for linting this repo --- .github/workflows/stack-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index e8cbb701..7ce958e9 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -45,7 +45,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v3.14.4 + uses: docker://ghcr.io/github/super-linter:latest env: ACTIONS_RUNNER_DEBUG: true ERROR_ON_MISSING_EXEC_BIT: true