From 8e563ebe49fc69c5f4260f38b3572a7ac32f5ca6 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Nov 2025 09:30:04 +0100 Subject: [PATCH] Upgrade checkout action from v2 to v6 --- .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 6dcb8ce..2cca589 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: coverage: none - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Setup problem matchers run: |