From 75974e12ca829b3ab6fecc024c1a53f3d548cfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:03:55 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/pull-code-samples.yml | 2 +- .github/workflows/scraper.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-code-samples.yml b/.github/workflows/pull-code-samples.yml index a3fe07de6..ab17b262a 100644 --- a/.github/workflows/pull-code-samples.yml +++ b/.github/workflows/pull-code-samples.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 3cfa49101..261c7a531 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 name: scrape and push content on Meilisearch instance steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare config file run: |