about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-07-18 21:04:15 +0200
committertoonn <toonn@toonn.io>2021-07-20 23:20:47 +0200
commit2767943a24b3c1df541e62597e7f33ca20c9686c (patch)
treedcb2821ab60ac31caa9756dd482406b5e772ce1f /.github
parent6729f4641085678d5ae927e725356015aa57f93c (diff)
downloadranger-2767943a24b3c1df541e62597e7f33ca20c9686c.tar.gz
Actions: Update shellcheck required actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/shellcheck.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index a5be89d9..783ff0fa 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -14,9 +14,7 @@ jobs:
   test_shellcheck:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v1
-      with:
-        fetch-depth: 1
+    - uses: actions/checkout@v2
     - name: Install latest stable shellcheck
       run: |
         curl -LO "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz"