diff --git a/.github/workflows/GenerateSdk.yml b/.github/workflows/GenerateSdk.yml index 3e5506d..e36e469 100644 --- a/.github/workflows/GenerateSdk.yml +++ b/.github/workflows/GenerateSdk.yml @@ -42,7 +42,7 @@ jobs: steps: # Download all of the source code - name: Clone Repo Locally - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Set up NodeJS on the build host - name: Setup Node.JS Runtime diff --git a/.github/workflows/Validate.yml b/.github/workflows/Validate.yml index 6ee8879..17f67d3 100644 --- a/.github/workflows/Validate.yml +++ b/.github/workflows/Validate.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Download Source Files - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Set up NodeJS on the build host - name: Setup Node.JS Environment