From 0f33401c28beb619751a20df347d58ce3f8774e7 Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Fri, 19 Jun 2026 04:34:56 +0000 Subject: [PATCH] chore(deps): 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 3f630ea..37b4896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Get the sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0