From d86cffaaf3a9dc6ebbd1efd5b65632bbafd31288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:48:50 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ami-assign-template.yml | 2 +- .github/workflows/ami-clean-old-origin.yml | 2 +- .github/workflows/ami-copy-shared.yml | 2 +- .github/workflows/goldenimage-workflow.yml | 2 +- .github/workflows/resource-test-clean.yml | 2 +- .github/workflows/template-clean.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ami-assign-template.yml b/.github/workflows/ami-assign-template.yml index 4997363..5531d30 100644 --- a/.github/workflows/ami-assign-template.yml +++ b/.github/workflows/ami-assign-template.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 diff --git a/.github/workflows/ami-clean-old-origin.yml b/.github/workflows/ami-clean-old-origin.yml index bcd7973..957fbfa 100644 --- a/.github/workflows/ami-clean-old-origin.yml +++ b/.github/workflows/ami-clean-old-origin.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 diff --git a/.github/workflows/ami-copy-shared.yml b/.github/workflows/ami-copy-shared.yml index aadfa08..805bce1 100644 --- a/.github/workflows/ami-copy-shared.yml +++ b/.github/workflows/ami-copy-shared.yml @@ -36,7 +36,7 @@ jobs: steps: # Step 1: Checkout the Repository - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Step 2: Configure AWS Credentials - name: Configure AWS credentials diff --git a/.github/workflows/goldenimage-workflow.yml b/.github/workflows/goldenimage-workflow.yml index ace226c..9ac1e9d 100644 --- a/.github/workflows/goldenimage-workflow.yml +++ b/.github/workflows/goldenimage-workflow.yml @@ -48,7 +48,7 @@ jobs: echo "S3_PATH=${{ inputs.S3_BASE_PATH }}/ansible-${{ inputs.APP }}/${{ env.TAG_NAME }}" >> $GITHUB_ENV - name: Check out the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 diff --git a/.github/workflows/resource-test-clean.yml b/.github/workflows/resource-test-clean.yml index de1f19d..eb91825 100644 --- a/.github/workflows/resource-test-clean.yml +++ b/.github/workflows/resource-test-clean.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v5 diff --git a/.github/workflows/template-clean.yml b/.github/workflows/template-clean.yml index 41b299d..eaf2fad 100644 --- a/.github/workflows/template-clean.yml +++ b/.github/workflows/template-clean.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v5