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