From 2ab64457881af0ad440ef81452c7a0cc9ae618ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:03:24 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/build-and-push-data-generator-image.yml | 2 +- .github/workflows/publish-charts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-data-generator-image.yml b/.github/workflows/build-and-push-data-generator-image.yml index 3b8957e..6c039af 100644 --- a/.github/workflows/build-and-push-data-generator-image.yml +++ b/.github/workflows/build-and-push-data-generator-image.yml @@ -24,7 +24,7 @@ jobs: image_path: ghcr.io/opencrvs/${{ matrix.image_name }} steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Log in to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/publish-charts.yml b/.github/workflows/publish-charts.yml index c920920..16ada02 100644 --- a/.github/workflows/publish-charts.yml +++ b/.github/workflows/publish-charts.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Pre-release checks