From 89191b949a1b55749e212c0056fcc7234418f73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:50:35 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pypi.yml | 2 +- .github/workflows/sync-template.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d53a418..6c6030b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checking out the cookie cutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -59,7 +59,7 @@ jobs: steps: - name: Checking out the cookie cutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 24afd81..54e12ee 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checking out the cookie cutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index baf368f..27ec379 100644 --- a/.github/workflows/sync-template.yml +++ b/.github/workflows/sync-template.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout the cookiecutter repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: cookiecutter-repository @@ -42,7 +42,7 @@ jobs: run: tree -a -I ".git" . - name: Checkout target repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ssciwr/cpp-project-template ref: main