From c93d126c9045b0b8876c4b5bf324916526881ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 04:02:19 +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/release.yml | 2 +- .github/workflows/update-gh-pages-readme.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48650e3d0..8ad0a4c22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/update-gh-pages-readme.yml b/.github/workflows/update-gh-pages-readme.yml index 744a7ff71..dc59be209 100644 --- a/.github/workflows/update-gh-pages-readme.yml +++ b/.github/workflows/update-gh-pages-readme.yml @@ -12,18 +12,18 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: speckle-helm - name: Checkout this repository's gh-pages branch # This is the branch where the README.md will be updated - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: speckle-helm-gh-pages ref: gh-pages sparse-checkout: README.md - name: Checkout bitnami-labs/readme-generator-for-helm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: bitnami-labs/readme-generator-for-helm ref: b578e769018136d02d12f01c99cf1334c897d24a # Use a specific commit to ensure consistency