From 321b14e8e8ccd051f47781dfdca3318395526f2f Mon Sep 17 00:00:00 2001 From: Mattias Karsson Date: Fri, 19 Jun 2026 04:32:17 +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 d11c53c..b69d0bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] steps: - name: Get the sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0