From 60961f84b48892f30050bcc19b96187d3cbdc7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:43:29 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 26ddf1b..407ec56 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@v7 - 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..a08a0c7 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@v7 with: fetch-depth: 0 # required for pushing changes