From a8966130b8cd7930d81b8ea3118e2cc95a8f1fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:25:04 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 5415968e3..638c1d5df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: with: mongodb-version: 4.0 - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Do some action caching uses: actions/cache@v4 with: diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 82319441a..c45c33972 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@v5 - name: Do some action caching uses: actions/cache@v4 with: