commit | 86e1dab721d70bc2b688d0bcfb27c1ce9832c3f6 | [log] [tgz] |
---|---|---|
author | guilhermesteinmuller <gsteinmuller@vexxhost.com> | Mon Apr 19 13:47:20 2021 -0300 |
committer | guilhermesteinmuller <gsteinmuller@vexxhost.com> | Mon Apr 19 13:47:20 2021 -0300 |
tree | b53f5939916f3ae3d08fb1cd35248127ff0043b1 | |
parent | 75fc2ad1b422facac9301cacb2ea796df1b3a52e [diff] |
fix typo
diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 57edbbb..2ae3841 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml
@@ -5,7 +5,7 @@ super-lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - uses: github/super-linter@v3 env: DEFAULT_BRANCH: main