From bff65205621a7fd29eae406878546c74fcb2e0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 06:34:04 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/build_and_publish.yml | 2 +- .github/workflows/update_third_party_licenses.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 8e5f6cb..6ead35a 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Get latest git tag as version id: get_version diff --git a/.github/workflows/update_third_party_licenses.yml b/.github/workflows/update_third_party_licenses.yml index bd33921..f66bbe4 100644 --- a/.github/workflows/update_third_party_licenses.yml +++ b/.github/workflows/update_third_party_licenses.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # required for pushing changes