From 65685a2c7edbcb1998fc69466c22fa19e68c6299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:56:59 +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/JsBind.Net-Build.yml | 6 +++--- .github/workflows/JsBind.Net-PR-Build.yml | 2 +- .github/workflows/JsBind.Net-Release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/JsBind.Net-Build.yml b/.github/workflows/JsBind.Net-Build.yml index 854446c..3391691 100644 --- a/.github/workflows/JsBind.Net-Build.yml +++ b/.github/workflows/JsBind.Net-Build.yml @@ -21,7 +21,7 @@ jobs: MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }} steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install GitVersion @@ -46,7 +46,7 @@ jobs: with: dotnet-version: ${{ env.DOTNET_VERSION }}.x - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cache SonarCloud packages @@ -97,7 +97,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check if tag exists uses: mukunku/tag-exists-action@v1.6.0 id: tagExistsCheck diff --git a/.github/workflows/JsBind.Net-PR-Build.yml b/.github/workflows/JsBind.Net-PR-Build.yml index 98bdd90..ff7f56d 100644 --- a/.github/workflows/JsBind.Net-PR-Build.yml +++ b/.github/workflows/JsBind.Net-PR-Build.yml @@ -23,7 +23,7 @@ jobs: with: dotnet-version: ${{ env.DOTNET_VERSION }}.x - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Restore dependencies diff --git a/.github/workflows/JsBind.Net-Release.yml b/.github/workflows/JsBind.Net-Release.yml index d00e50a..672f01c 100644 --- a/.github/workflows/JsBind.Net-Release.yml +++ b/.github/workflows/JsBind.Net-Release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup .NET