Skip to content

Commit

Permalink
Updating all actions to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored May 14, 2024
1 parent b19db00 commit 62a70c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,7 +41,7 @@ jobs:
# ----- Regex & checkout -----
- name: Checkout ThunderLibraries
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ThunderLibraries
repository: WebPlatformForEmbedded/ThunderLibraries
Expand Down

0 comments on commit 62a70c0

Please sign in to comment.