From b6869f3f8db1296cf0de202df4576c778068c03d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 28 Jul 2023 14:52:11 +0200 Subject: [PATCH] Upgrade GitHub Actions (#67) --- .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 5196816..10672c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,10 +8,10 @@ jobs: steps: - name: Clone Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run Shellcheck - uses: ludeeus/action-shellcheck@0.1.0 + uses: ludeeus/action-shellcheck@1.1.0 test: name: test @@ -26,7 +26,7 @@ jobs: steps: - name: Clone Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: test run: make test @@ -45,7 +45,7 @@ jobs: steps: - name: Clone Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: test_all run: bats -t ./tests/test_all_packages.bats