From 321764b25aa51ce38df778bf68cfc101d5603605 Mon Sep 17 00:00:00 2001 From: VeithMetro Date: Wed, 8 Jul 2026 09:26:01 +0200 Subject: [PATCH] Update each deprecated checkout call --- ...Build ThunderClientLibraries on Windows.yml | 18 +++++++++--------- .github/workflows/Linux build template.yml | 2 +- .github/workflows/MacOS build template.yml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/Build ThunderClientLibraries on Windows.yml b/.github/workflows/Build ThunderClientLibraries on Windows.yml index 8a6010ad..225729cc 100644 --- a/.github/workflows/Build ThunderClientLibraries on Windows.yml +++ b/.github/workflows/Build ThunderClientLibraries on Windows.yml @@ -32,7 +32,7 @@ jobs: name: Build type - ${{matrix.type}}${{matrix.version}} steps: - name: Checkout ThunderOnWindows - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows repository: WebPlatformForEmbedded/ThunderOnWindows @@ -40,7 +40,7 @@ jobs: # ----- Thunder ----- - name: Checkout Thunder - default if: ${{ !contains(github.event.pull_request.body, '[DependsOn=Thunder:') }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/Thunder repository: ${{github.repository_owner}}/Thunder @@ -56,7 +56,7 @@ jobs: - name: Checkout Thunder - ${{steps.thunder.outputs.first_match}} if: contains(github.event.pull_request.body, '[DependsOn=Thunder:') - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/Thunder repository: ${{github.repository_owner}}/Thunder @@ -65,7 +65,7 @@ jobs: # ----- ThunderTools ----- - name: Checkout ThunderTools - default if: ${{ !contains(github.event.pull_request.body, '[DependsOn=ThunderTools:') }} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/ThunderTools repository: ${{github.repository_owner}}/ThunderTools @@ -81,7 +81,7 @@ jobs: - name: Checkout ThunderTools - ${{steps.tools.outputs.first_match}} if: contains(github.event.pull_request.body, '[DependsOn=ThunderTools:') - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/ThunderTools repository: ${{github.repository_owner}}/ThunderTools @@ -89,25 +89,25 @@ jobs: # ----- Other checkouts ----- - name: Checkout ThunderClientLibraries - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/ThunderClientLibraries repository: ${{github.repository_owner}}/ThunderClientLibraries - name: Checkout ThunderInterfaces - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/ThunderInterfaces repository: ${{github.repository_owner}}/ThunderInterfaces - name: Checkout ThunderNanoServices - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/ThunderNanoServices repository: ${{github.repository_owner}}/ThunderNanoServices - name: Checkout ThunderNanoServicesRDK - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderOnWindows/ThunderNanoServicesRDK repository: WebPlatformForEmbedded/ThunderNanoServicesRDK diff --git a/.github/workflows/Linux build template.yml b/.github/workflows/Linux build template.yml index e6b551cb..8e6f0e94 100644 --- a/.github/workflows/Linux build template.yml +++ b/.github/workflows/Linux build template.yml @@ -76,7 +76,7 @@ jobs: # ----- Regex & checkout ----- - name: Checkout ThunderClientLibraries - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderClientLibraries repository: ${{github.repository_owner}}/ThunderClientLibraries diff --git a/.github/workflows/MacOS build template.yml b/.github/workflows/MacOS build template.yml index 3b56a7a3..4510b74b 100644 --- a/.github/workflows/MacOS build template.yml +++ b/.github/workflows/MacOS build template.yml @@ -40,7 +40,7 @@ jobs: # ----- Regex & checkout ----- - name: Checkout ThunderClientLibraries - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: ThunderClientLibraries repository: ${{github.repository_owner}}/ThunderClientLibraries