From 0a391777c249846b279e6bd5535d6ab2b9db398a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:31:45 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GenerateSdk.yml | 2 +- .github/workflows/Validate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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