From 7d181fb6aad0b50379007956498291c5e67074ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:03:37 +0000 Subject: [PATCH] build(deps): Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node-js.yml | 2 +- .github/workflows/update-md-and-index.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node-js.yml b/.github/workflows/node-js.yml index 7aa081d..6e3326f 100644 --- a/.github/workflows/node-js.yml +++ b/.github/workflows/node-js.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false diff --git a/.github/workflows/update-md-and-index.yml b/.github/workflows/update-md-and-index.yml index 190b19f..b35d376 100644 --- a/.github/workflows/update-md-and-index.yml +++ b/.github/workflows/update-md-and-index.yml @@ -10,7 +10,7 @@ jobs: name: Write Markdown runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run mdupdater run: ./.github/mdupdater.sh @@ -44,7 +44,7 @@ jobs: name: Docsearch Auto Scraper runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run docsearch scraper uses: darrenjennings/algolia-docsearch-action@master