From f6bd43a43374e88f104a6e8097023a28be825dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 23:02:18 +0000 Subject: [PATCH] build(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/dependanot.yaml | 2 +- .github/workflows/ecr-push.yaml | 2 +- .github/workflows/terraform-module-continuous-integration.yaml | 2 +- .github/workflows/terraform-module-semantic-release.yaml | 2 +- .github/workflows/terraform-root-apply-azure.yaml | 2 +- .github/workflows/terraform-root-apply.yaml | 2 +- .github/workflows/terraform-root-continuous-integration.yaml | 2 +- .github/workflows/terraform-root-destroy-azure.yaml | 2 +- .github/workflows/terraform-root-destroy.yaml | 2 +- .github/workflows/terraform-root-plan-azure.yaml | 2 +- .github/workflows/terraform-root-plan.yaml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dependanot.yaml b/.github/workflows/dependanot.yaml index dafb96d..2f72ab4 100644 --- a/.github/workflows/dependanot.yaml +++ b/.github/workflows/dependanot.yaml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-22.04" steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Updatecli uses: updatecli/updatecli-action@v2.92.0 diff --git a/.github/workflows/ecr-push.yaml b/.github/workflows/ecr-push.yaml index 1d3ab35..9a7f98c 100644 --- a/.github/workflows/ecr-push.yaml +++ b/.github/workflows/ecr-push.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/terraform-module-continuous-integration.yaml b/.github/workflows/terraform-module-continuous-integration.yaml index 87cafdb..eb9346f 100644 --- a/.github/workflows/terraform-module-continuous-integration.yaml +++ b/.github/workflows/terraform-module-continuous-integration.yaml @@ -23,7 +23,7 @@ jobs: TF_IN_AUTOMATION: true steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Terraform uses: hashicorp/setup-terraform@v3.1.2 - name: Check Terraform Format diff --git a/.github/workflows/terraform-module-semantic-release.yaml b/.github/workflows/terraform-module-semantic-release.yaml index 61d4a7f..0992ea0 100644 --- a/.github/workflows/terraform-module-semantic-release.yaml +++ b/.github/workflows/terraform-module-semantic-release.yaml @@ -18,7 +18,7 @@ jobs: shell: bash steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Semantic Release uses: docker://ghcr.io/codfish/semantic-release-action@sha256:4c0955361cf42e5ab9bb05df3a1e2a781c443f9760b63a68957689445051a2fb with: diff --git a/.github/workflows/terraform-root-apply-azure.yaml b/.github/workflows/terraform-root-apply-azure.yaml index e95636a..ad779de 100644 --- a/.github/workflows/terraform-root-apply-azure.yaml +++ b/.github/workflows/terraform-root-apply-azure.yaml @@ -59,7 +59,7 @@ jobs: run: echo 'Not running against 'main' branch, exiting.' && exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read Terraform Version run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV diff --git a/.github/workflows/terraform-root-apply.yaml b/.github/workflows/terraform-root-apply.yaml index 8080f70..fcdfdc5 100644 --- a/.github/workflows/terraform-root-apply.yaml +++ b/.github/workflows/terraform-root-apply.yaml @@ -62,7 +62,7 @@ jobs: if: github.ref != 'refs/heads/main' run: echo 'Not running against 'main' branch, exiting.' && exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read Terraform Version run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV - name: Configure AWS Credentials diff --git a/.github/workflows/terraform-root-continuous-integration.yaml b/.github/workflows/terraform-root-continuous-integration.yaml index f3eb7cf..e2594ba 100644 --- a/.github/workflows/terraform-root-continuous-integration.yaml +++ b/.github/workflows/terraform-root-continuous-integration.yaml @@ -33,7 +33,7 @@ jobs: TF_IN_AUTOMATION: true steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read Terraform Version run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV - name: Configure AWS Credentials diff --git a/.github/workflows/terraform-root-destroy-azure.yaml b/.github/workflows/terraform-root-destroy-azure.yaml index 07c0d31..e6de388 100644 --- a/.github/workflows/terraform-root-destroy-azure.yaml +++ b/.github/workflows/terraform-root-destroy-azure.yaml @@ -64,7 +64,7 @@ jobs: run: echo 'Not running against 'main' branch or the action has not been confirmed, exiting.' && exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read Terraform Version run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV diff --git a/.github/workflows/terraform-root-destroy.yaml b/.github/workflows/terraform-root-destroy.yaml index 0402991..01839ef 100644 --- a/.github/workflows/terraform-root-destroy.yaml +++ b/.github/workflows/terraform-root-destroy.yaml @@ -58,7 +58,7 @@ jobs: if: github.ref != 'refs/heads/main' || inputs.confirm != 'true' run: echo 'Not running against 'main' branch or the action has not been confirmed, exiting.' && exit 1 - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read Terraform Version run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV - name: Configure AWS Credentials diff --git a/.github/workflows/terraform-root-plan-azure.yaml b/.github/workflows/terraform-root-plan-azure.yaml index 095f5f2..740c7c6 100644 --- a/.github/workflows/terraform-root-plan-azure.yaml +++ b/.github/workflows/terraform-root-plan-azure.yaml @@ -55,7 +55,7 @@ jobs: TF_VAR_use_oidc: true steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read Terraform Version run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV diff --git a/.github/workflows/terraform-root-plan.yaml b/.github/workflows/terraform-root-plan.yaml index 9447bf9..ed5c51a 100644 --- a/.github/workflows/terraform-root-plan.yaml +++ b/.github/workflows/terraform-root-plan.yaml @@ -59,7 +59,7 @@ jobs: TF_IN_AUTOMATION: true steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Read Terraform Version run: echo "TF_VERSION=$(cat .terraform-version)" >> $GITHUB_ENV - name: Configure AWS Credentials