From ef854436ae4088c77e57fc5d175575518fa02be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:33:36 +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/algolia-crawl.yml | 2 +- .github/workflows/app-manager-release-notes.yml | 2 +- .github/workflows/embedded-cluster-release-notes.yml | 2 +- .github/workflows/kubernetes-installer-release-notes.yml | 2 +- .github/workflows/replicated-sdk-release-notes.yml | 2 +- .github/workflows/vendor-portal-release-notes.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/algolia-crawl.yml b/.github/workflows/algolia-crawl.yml index 946a20d33f..d5dd29cb8b 100644 --- a/.github/workflows/algolia-crawl.yml +++ b/.github/workflows/algolia-crawl.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check out code 🛎d - uses: actions/checkout@v4 + uses: actions/checkout@v5 # when scraping the site, inject secrets as environment variables # then pass their values into the Docker container using "-e" syntax # and inject config.json contents as another variable diff --git a/.github/workflows/app-manager-release-notes.yml b/.github/workflows/app-manager-release-notes.yml index 7ccec48598..09ac807525 100644 --- a/.github/workflows/app-manager-release-notes.yml +++ b/.github/workflows/app-manager-release-notes.yml @@ -11,7 +11,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/embedded-cluster-release-notes.yml b/.github/workflows/embedded-cluster-release-notes.yml index 6113094357..f7b06d1b1a 100644 --- a/.github/workflows/embedded-cluster-release-notes.yml +++ b/.github/workflows/embedded-cluster-release-notes.yml @@ -11,7 +11,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/kubernetes-installer-release-notes.yml b/.github/workflows/kubernetes-installer-release-notes.yml index dd385cc461..07b45e2fcd 100644 --- a/.github/workflows/kubernetes-installer-release-notes.yml +++ b/.github/workflows/kubernetes-installer-release-notes.yml @@ -11,7 +11,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/replicated-sdk-release-notes.yml b/.github/workflows/replicated-sdk-release-notes.yml index 82d8203c2f..95d6b61875 100644 --- a/.github/workflows/replicated-sdk-release-notes.yml +++ b/.github/workflows/replicated-sdk-release-notes.yml @@ -14,7 +14,7 @@ jobs: generate-release-notes-pr: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes diff --git a/.github/workflows/vendor-portal-release-notes.yml b/.github/workflows/vendor-portal-release-notes.yml index 83fcdfc211..54495249e6 100644 --- a/.github/workflows/vendor-portal-release-notes.yml +++ b/.github/workflows/vendor-portal-release-notes.yml @@ -13,7 +13,7 @@ jobs: outputs: releaseNotes: ${{ steps.release-notes.outputs.release-notes }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Generate Release Notes id: release-notes @@ -32,7 +32,7 @@ jobs: needs: generate-release-notes if: ${{ needs.generate-release-notes.outputs.releaseNotes != '' || needs.generate-release-notes.outputs.releaseNotes != null }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Update Release Notes env: PATTERN: ".+RELEASE_NOTES_PLACEHOLDER.+"