From 3c5d02a024287e6e9d6e65cfac8b78495ca1f204 Mon Sep 17 00:00:00 2001 From: horothesun Date: Thu, 30 Nov 2023 20:03:19 +0000 Subject: [PATCH] CI: Actions version bump --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69d0cab..1518097 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run ShellCheck - uses: ludeeus/action-shellcheck@1.1.0 + uses: ludeeus/action-shellcheck@2.0.0 with: check_together: yes env: