From 7751cb21e55da0a9152b89c685d9fb26b290f747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:21:30 +0000 Subject: [PATCH] github-actions(deps): bump actions/checkout from 4.3.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 6.0.1. - [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.3.0...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-models.yml | 2 +- .github/workflows/sync-release-notes.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-models.yml b/.github/workflows/check-models.yml index 5448b10..04e96c5 100644 --- a/.github/workflows/check-models.yml +++ b/.github/workflows/check-models.yml @@ -30,7 +30,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Fetch documentation page id: fetch_docs diff --git a/.github/workflows/sync-release-notes.yml b/.github/workflows/sync-release-notes.yml index b7e3111..9233d32 100644 --- a/.github/workflows/sync-release-notes.yml +++ b/.github/workflows/sync-release-notes.yml @@ -21,7 +21,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 # Fetch all history so we can work with all releases