From 6042fab3d2bb623bf606b82bacbfff7cbe0d84a2 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Wed, 20 May 2026 00:12:54 -0700 Subject: [PATCH] Update buildLoadup.yml workflow to account for deprecation of node20 in github runners. --- .github/workflows/buildLoadup.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/buildLoadup.yml b/.github/workflows/buildLoadup.yml index 53785188..870bb1e1 100644 --- a/.github/workflows/buildLoadup.yml +++ b/.github/workflows/buildLoadup.yml @@ -73,7 +73,7 @@ jobs: steps: # Checkout the actions for this repo owner - name: Checkout Actions - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.repository_owner }}/.github path: ./Actions_${{ github.sha }} @@ -115,7 +115,7 @@ jobs: steps: # Checkout the actions for this repo owner - name: Checkout Actions - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.repository_owner }}/.github path: ./Actions_${{ github.sha }} @@ -123,7 +123,7 @@ jobs: # Checkout latest commit - name: Checkout Medley - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Setup release tag - name: Setup Release Tag @@ -193,7 +193,7 @@ jobs: # Checkout Notecards and tar it in the tarballsdir - name: Checkout Notecards - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.repository_owner }}/notecards path: ./notecards @@ -268,7 +268,7 @@ jobs: # Checkout latest commit - name: Checkout Medley - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Environment variables - name: Environment variables @@ -349,7 +349,7 @@ jobs: # Checkout latest commit - name: Checkout Medley - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Environment variables - name: Environment variables @@ -418,7 +418,7 @@ jobs: # Checkout latest commit - name: Checkout Medley - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Store the values output from loadup job as environment variables - name: Environment Variables @@ -530,7 +530,7 @@ jobs: # Checkout latest commit - name: Checkout Medley - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Upload a dummy file to release @@ -623,7 +623,7 @@ jobs: # Checkout the actions for this repo owner - name: Checkout Actions - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.repository_owner }}/.github path: ./Actions_${{ github.sha }}