diff options
Diffstat (limited to '.github/workflows/linter-automated.yaml')
-rw-r--r-- | .github/workflows/linter-automated.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter-automated.yaml b/.github/workflows/linter-automated.yaml index 0c3420a..98921bf 100644 --- a/.github/workflows/linter-automated.yaml +++ b/.github/workflows/linter-automated.yaml @@ -9,7 +9,7 @@ jobs: shellchecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Shell Linter uses: azohra/shell-linter@v0.6.0 |