From aeca246181f89a5cb4fa116d572e7824835c993e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:05:55 +0000 Subject: [PATCH] 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/ci.yml | 2 +- .github/workflows/examples.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c20c695cc..ec82957ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: with: mongodb-version: 4.0 - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Do some action caching uses: actions/cache@v4 with: diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 82319441a..e30132207 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -70,7 +70,7 @@ jobs: with: mongodb-version: 4.0 - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Do some action caching uses: actions/cache@v4 with: