From bcce6344dcce60710c54f414f9a1b3d6e0d5e1c7 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 6 Mar 2024 03:12:51 -0600 Subject: [PATCH] github: update actions Signed-off-by: Felipe Contreras --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8e15d..b4a7bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install zsh run: sudo apt-get install -y zsh - run: make test