From 9df748a0fd05b002cc78e242a26acc7a904a55dd Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Thu, 18 Jan 2024 10:26:27 +0000 Subject: [PATCH] Bump checkout --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea001c5d..a6032f30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Clone project - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build and run tests shell: bash