diff --git a/.github/workflows/Linux build template.yml b/.github/workflows/Linux build template.yml index 28765b5..ce06927 100644 --- a/.github/workflows/Linux build template.yml +++ b/.github/workflows/Linux build template.yml @@ -16,7 +16,7 @@ jobs: name: Build type - ${{matrix.build_type}} steps: - name: Install necessary packages - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v3 with: timeout_minutes: 10 max_attempts: 10 @@ -41,7 +41,7 @@ jobs: # ----- Regex & checkout ----- - name: Checkout ThunderLibraries - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ThunderLibraries repository: WebPlatformForEmbedded/ThunderLibraries