From 2fd615289911107dc317c139487664b1fc70ff38 Mon Sep 17 00:00:00 2001 From: Daniel Jilg Date: Fri, 24 Apr 2026 14:25:02 +0200 Subject: [PATCH] Update to checkout@v6 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5ec718..96d6395 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: "true" - name: test @@ -27,7 +27,7 @@ jobs: steps: - name: Check out Source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: "true" - name: Swiftlint