From 9419913c120d582509358370029673294de6a8af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:33:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 34e1148 --- .github/workflows/ansible.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- .github/workflows/terraform.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 0397403..b7e032f 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -14,7 +14,7 @@ jobs: run: shell: bash steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - uses: redlinetriad/molecule-vagrant-qemu-action@v1 with: molecule_working_dir: software diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b6503e..cd1e70e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Terraform uses: hashicorp/setup-terraform@v3 @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Cache known-hosts uses: actions/cache@v4 diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 985de8d..d9801da 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Setup Terraform uses: hashicorp/setup-terraform@v3