From 6e59896c3c308ac5119c6839141c12e69710d464 Mon Sep 17 00:00:00 2001 From: VeithMetro Date: Wed, 8 Jul 2026 09:25:10 +0200 Subject: [PATCH] Update each deprecated checkout call --- .github/workflows/Linux build template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linux build template.yml b/.github/workflows/Linux build template.yml index 4eddd25..6e2df73 100644 --- a/.github/workflows/Linux build template.yml +++ b/.github/workflows/Linux build template.yml @@ -76,7 +76,7 @@ jobs: # ----- Regex & checkout ----- - name: Checkout ThunderLibraries - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderLibraries repository: WebPlatformForEmbedded/ThunderLibraries