From fe249191225e980b3d1b093e6a6ebe376f057376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:07:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/deploy-dev.yml | 4 ++-- .github/workflows/pr-tofu-fmt-check.yml | 4 ++-- .github/workflows/pr-tofu-plan-develop.yml | 4 ++-- .github/workflows/sync-tryghost-compose.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 71e8069..bfed493 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -19,7 +19,7 @@ jobs: infra: ${{ steps.filter.outputs.infra }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/pr-tofu-fmt-check.yml b/.github/workflows/pr-tofu-fmt-check.yml index e9eedaa..958b2b1 100644 --- a/.github/workflows/pr-tofu-fmt-check.yml +++ b/.github/workflows/pr-tofu-fmt-check.yml @@ -17,7 +17,7 @@ jobs: infra: ${{ steps.filter.outputs.infra }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/pr-tofu-plan-develop.yml b/.github/workflows/pr-tofu-plan-develop.yml index f28289f..73f2514 100644 --- a/.github/workflows/pr-tofu-plan-develop.yml +++ b/.github/workflows/pr-tofu-plan-develop.yml @@ -23,7 +23,7 @@ jobs: infra: ${{ steps.filter.outputs.infra }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -66,7 +66,7 @@ jobs: bws --version - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sync-tryghost-compose.yml b/.github/workflows/sync-tryghost-compose.yml index f1c043f..959777e 100644 --- a/.github/workflows/sync-tryghost-compose.yml +++ b/.github/workflows/sync-tryghost-compose.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout develop - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop