diff options
Diffstat (limited to '.github/workflows/linter-manual.yaml')
-rw-r--r-- | .github/workflows/linter-manual.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linter-manual.yaml b/.github/workflows/linter-manual.yaml index 1a80893..ec2e5f0 100644 --- a/.github/workflows/linter-manual.yaml +++ b/.github/workflows/linter-manual.yaml @@ -15,7 +15,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 |