From 91f126200c1cea3ab2258aaa56211bb512eb017a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:36:17 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/get_aws_images.yml | 2 +- .github/workflows/get_azure_images.yml | 6 +++--- .github/workflows/get_google_images.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/get_aws_images.yml b/.github/workflows/get_aws_images.yml index 1231232..af26b22 100644 --- a/.github/workflows/get_aws_images.yml +++ b/.github/workflows/get_aws_images.yml @@ -64,7 +64,7 @@ jobs: BUCKET: ${{ needs.setup.outputs.bucket }} steps: - name: Clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/get_azure_images.yml b/.github/workflows/get_azure_images.yml index a0831e5..6946d3e 100644 --- a/.github/workflows/get_azure_images.yml +++ b/.github/workflows/get_azure_images.yml @@ -65,7 +65,7 @@ jobs: ENVIRONMENT: ${{ needs.setup.outputs.environment }} steps: - name: Clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -113,7 +113,7 @@ jobs: ENVIRONMENT: ${{ needs.setup.outputs.environment }} steps: - name: Clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -154,7 +154,7 @@ jobs: BUCKET: ${{ needs.setup.outputs.bucket }} steps: - name: Clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/get_google_images.yml b/.github/workflows/get_google_images.yml index ed6d970..fe327fa 100644 --- a/.github/workflows/get_google_images.yml +++ b/.github/workflows/get_google_images.yml @@ -64,7 +64,7 @@ jobs: ENVIRONMENT: ${{ needs.setup.outputs.environment }} steps: - name: Clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: BUCKET: ${{ needs.setup.outputs.bucket }} steps: - name: Clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0