From f80c4d7e9afcbe7e603744b9d642059789e13ad6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:04:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/create-linked-release.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 9b1c9d4..494babd 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out the repo id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get the version id: get_version diff --git a/.github/workflows/create-linked-release.yml b/.github/workflows/create-linked-release.yml index 1633e46..0c52a05 100644 --- a/.github/workflows/create-linked-release.yml +++ b/.github/workflows/create-linked-release.yml @@ -64,7 +64,7 @@ jobs: - name: Checkout repository code # We need to check out the code to be able to check for existing tags and push new ones. if: steps.validate_tag.outputs.is_valid == 'true' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index e1a33c2..77b49ed 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python id: setup-python