From e5de58397d73b1ceca418168b3f11e44ea787f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:56:59 +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.yaml | 8 ++++---- .github/workflows/deploy-argocd.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8134b28..d315b83 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -92,7 +92,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -146,7 +146,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -199,7 +199,7 @@ jobs: runs-on: ubicloud-standard-2 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to the Container registry - name: Log in to the Container registry diff --git a/.github/workflows/deploy-argocd.yml b/.github/workflows/deploy-argocd.yml index b50fc49..0afebfe 100644 --- a/.github/workflows/deploy-argocd.yml +++ b/.github/workflows/deploy-argocd.yml @@ -58,7 +58,7 @@ jobs: fi - name: Checkout K8s manifests repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: customeros/cloud token: ${{ secrets.DEPLOY_TRIGGER_GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5485b62..e72f19e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: outputs: version_bump: ${{ steps.commit_message.outputs.version_bump }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Needed to fetch all tags @@ -97,7 +97,7 @@ jobs: outputs: next_version: ${{ steps.generate_version.outputs.next_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Needed to fetch all tags @@ -162,7 +162,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -205,7 +205,7 @@ jobs: digest: ${{ steps.digest.outputs.value }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to registry - name: Log in to the Container registry @@ -246,7 +246,7 @@ jobs: runs-on: ubicloud-standard-2 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Log in to the Container registry - name: Log in to the Container registry