From b48035fb37f54a79dad12e462e8a2f2a346ee0cc Mon Sep 17 00:00:00 2001 From: Thomas <72444570+Applevangelist@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:36:18 +0100 Subject: [PATCH] Update build-includes.yml --- .github/workflows/build-includes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-includes.yml b/.github/workflows/build-includes.yml index 1cf75c086..3e62bd5bb 100644 --- a/.github/workflows/build-includes.yml +++ b/.github/workflows/build-includes.yml @@ -40,7 +40,7 @@ jobs: # Prepare build environment ######################################################################### - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Prepare build output folders run: | @@ -115,7 +115,7 @@ jobs: # Push to MOOSE_INCLUDE ######################################################################### - name: Checkout MOOSE_INCLUDE - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.repository_owner }}/MOOSE_INCLUDE path: './build/MOOSE_INCLUDE'