From 147e95320bef11bf66f3586b3f561cb8c18a50f6 Mon Sep 17 00:00:00 2001 From: Padraic Slattery Date: Mon, 26 Jan 2026 13:19:06 +0100 Subject: [PATCH] chore: Update outdated GitHub Actions version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a606a807..fbcd166d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup ruby uses: ruby/setup-ruby@v1 with: