From 78805cb6a30651027d20f2e024a72c404b7c663c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:33:41 +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) - [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/sync-ea-features.yml | 2 +- .github/workflows/update-docs-changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-ea-features.yml b/.github/workflows/sync-ea-features.yml index afad0f265c28a..bd674467b30e6 100644 --- a/.github/workflows/sync-ea-features.yml +++ b/.github/workflows/sync-ea-features.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest name: 'Sync EA Features from Flagpole' steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v6 - name: Get auth token id: token diff --git a/.github/workflows/update-docs-changelog.yml b/.github/workflows/update-docs-changelog.yml index 5e904fe759d56..02544e8632b1c 100644 --- a/.github/workflows/update-docs-changelog.yml +++ b/.github/workflows/update-docs-changelog.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get auth token id: token