From 05cfe6ccdc65c7f2f1984aa96d426c60bee7040b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 06:04:34 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 1 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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/v1...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/node-js.yml | 2 +- .github/workflows/pr-deploy-preview.yml | 2 +- .github/workflows/update-md-and-index.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node-js.yml b/.github/workflows/node-js.yml index d4bf9418..b77678a9 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@v5 with: persist-credentials: false diff --git a/.github/workflows/pr-deploy-preview.yml b/.github/workflows/pr-deploy-preview.yml index 8adedb90..273b9040 100644 --- a/.github/workflows/pr-deploy-preview.yml +++ b/.github/workflows/pr-deploy-preview.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v5 - name: Set up Node.js uses: actions/setup-node@master diff --git a/.github/workflows/update-md-and-index.yml b/.github/workflows/update-md-and-index.yml index 3e944fa7..a93b6e11 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@v5 - name: Run mdupdater run: ./.github/mdupdater.sh @@ -22,7 +22,7 @@ jobs: name: Write Recent List runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - run: git pull origin main # guarantee a latest commit from 'update-md' - name: Run rmdupdater @@ -36,7 +36,7 @@ jobs: name: Generate PS Badge runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - run: git pull origin main # guarantee a latest commit from 'update-recent-md' - name: Use Node.js @@ -88,7 +88,7 @@ jobs: name: Docsearch Auto Scraper runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Run docsearch scraper uses: darrenjennings/algolia-docsearch-action@master