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