From 9c7908e73c7fedbe08c024f107aa1bcb7aee4723 Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 21 Apr 2023 10:16:31 +0200 Subject: [PATCH] Update build.yml --- .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 2bd120b..0a30727 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: - Release steps: - name: Check out files - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v3.5.2 with: submodules: true fetch-depth: 0