This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git
The following commit(s) were added to refs/heads/main by this push:
new 66f5bd5 Update GitHub Actions
66f5bd5 is described below
commit 66f5bd5a34cf9ee9ab10bbb900d33a4dc6a1363a
Author: Christopher Tubbs <[email protected]>
AuthorDate: Mon Nov 25 17:08:49 2024 -0500
Update GitHub Actions
* Use v4
---
.github/workflows/shellcheck.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/shellcheck.yaml
b/.github/workflows/shellcheck.yaml
index 8343193..a9e7ca8 100644
--- a/.github/workflows/shellcheck.yaml
+++ b/.github/workflows/shellcheck.yaml
@@ -31,7 +31,7 @@ jobs:
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Running shellcheck on bin/** and conf/uno.conf
run: contrib/run-shellcheck