From 2ae679f84766b708f3db78b409f3503c7cf19ba8 Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Fri, 19 Jun 2026 04:33:55 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c274375..3960357 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: os: [windows-latest] steps: - name: Get the sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0