From 3ac8392aa4a4b2083ca413b0dfef8554ca288c65 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 20 Sep 2023 10:39:13 +1000 Subject: [PATCH] Update to latest shellcheck Solves for `set-output` deprecation warnings --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index d493361..1a2bc92 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Run ShellCheck - uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v1.1.0 + uses: ludeeus/action-shellcheck@2.0.0 with: check_together: 'yes'