From 97b9ad8c3baa0737246d46cfac9e62ce1376d4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=B6tz=20Jensen?= Date: Fri, 10 Jul 2026 16:55:46 +0200 Subject: [PATCH] Fix: Making the actions / workflows run from a cache --- .github/workflows/build.yml | 6 +++--- .github/workflows/validate.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9182c92..e02763c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: name: Validate General Unit Tests runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 with: fetch-depth: 1 @@ -43,7 +43,7 @@ jobs: name: Validate Individual Unit Tests runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 with: fetch-depth: 1 @@ -76,7 +76,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 with: fetch-depth: 1 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f6910f9..50a405e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -7,7 +7,7 @@ jobs: name: Validate General Unit Tests runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 with: fetch-depth: 1 @@ -37,7 +37,7 @@ jobs: name: Validate Individual Unit Tests runs-on: windows-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v1 with: fetch-depth: 1