From 65d365379b6dcdfbe992b66cbb3d21318251af31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:06:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/auto-readme.yml | 2 +- .github/workflows/code-checks.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-readme.yml b/.github/workflows/auto-readme.yml index ddb775b..aff4c2a 100644 --- a/.github/workflows/auto-readme.yml +++ b/.github/workflows/auto-readme.yml @@ -14,7 +14,7 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: readme/update shell: bash diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 1a8a36b..a630b68 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -12,7 +12,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - uses: hashicorp/setup-terraform@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10c31ff..5734d2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v7 - name: Run Semantic Release uses: cycjimmy/semantic-release-action@v2