From 0d323b6609d04a6007314b52ddb7e47b77c7d1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:34:12 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Publish-NPM.yml | 2 +- .github/workflows/Test-Oas.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Publish-NPM.yml b/.github/workflows/Publish-NPM.yml index d79229e..1fa79b1 100644 --- a/.github/workflows/Publish-NPM.yml +++ b/.github/workflows/Publish-NPM.yml @@ -45,7 +45,7 @@ jobs: steps: # Download all of the source code - name: Clone Repo Locally - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up NodeJS on the build host - name: Setup Node.JS Runtime diff --git a/.github/workflows/Test-Oas.yml b/.github/workflows/Test-Oas.yml index a11be0b..ef54ecc 100644 --- a/.github/workflows/Test-Oas.yml +++ b/.github/workflows/Test-Oas.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Download Source Files - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up NodeJS on the build host - name: Setup Node.JS Environment