From 61ba505eee0f888ec8482e41e549a76980d12915 Mon Sep 17 00:00:00 2001 From: Sufien Tout Date: Sun, 10 Nov 2024 15:18:48 -0500 Subject: [PATCH] ci: upgrade gh actions upgrade actions/checkout from v3 to v4 upgrade ludeeus/action-shellcheck from v1 to v2 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10672c2..219ff06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,10 +8,10 @@ jobs: steps: - name: Clone Repo - 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 test: name: test @@ -26,7 +26,7 @@ jobs: steps: - name: Clone Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: test run: make test @@ -45,7 +45,7 @@ jobs: steps: - name: Clone Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: test_all run: bats -t ./tests/test_all_packages.bats