summaryrefslogtreecommitdiff
path: root/.github/workflows/shellcheck.yml
diff options
context:
space:
mode:
authorNils <git@nkn-it.de>2022-10-25 12:21:49 +0200
committerNils <git@nkn-it.de>2022-10-25 12:21:49 +0200
commit1133d367b25208b799fb3fd162bedd34fad67e7f (patch)
tree63a6c5dce1f2cd8897dcbdc863eb3a0248d29640 /.github/workflows/shellcheck.yml
parent89e1c18b125c44fceae2c56f07156dbaff255806 (diff)
checkout v3
Diffstat (limited to '.github/workflows/shellcheck.yml')
-rw-r--r--.github/workflows/shellcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index eab33b6..3016d6a 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -25,7 +25,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout 🛎️
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# Run ShellCheck
- name: ShellCheck 🔎