From 4675a7665754545d5729aa71090ee16349910567 Mon Sep 17 00:00:00 2001 From: David Hadka Date: Sat, 6 Apr 2024 07:58:50 -0600 Subject: [PATCH] Update to v4 of actions --- .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 bfbea70..142ef73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Compile HOY run: | cd HOY