From 3fa4b1ff94767da929065eae06d995a4b009eabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:03:53 +0000 Subject: [PATCH] build(deps): 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/build.yml | 4 ++-- .github/workflows/refresh-authors.yml | 2 +- .github/workflows/refresh-versions.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1253b3055..2e92a0047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest name: Build documentation steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -105,7 +105,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Prepare site (pre-rendered) run: | diff --git a/.github/workflows/refresh-authors.yml b/.github/workflows/refresh-authors.yml index dea776b01..dc070dafd 100644 --- a/.github/workflows/refresh-authors.yml +++ b/.github/workflows/refresh-authors.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Refresh authors steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.ACTIONS_GITHUB_TOKEN }} diff --git a/.github/workflows/refresh-versions.yml b/.github/workflows/refresh-versions.yml index 95727e8c3..18dfc5d98 100644 --- a/.github/workflows/refresh-versions.yml +++ b/.github/workflows/refresh-versions.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest name: Refresh versions steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}