From e6d191333b3f231e3476457ff5da5ace3bd687a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:34:44 +0000 Subject: [PATCH] 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/check-style.yml | 2 +- .github/workflows/generate-reference-results.yml | 2 +- .github/workflows/system-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-style.yml b/.github/workflows/check-style.yml index 20275031c..64da59041 100644 --- a/.github/workflows/check-style.yml +++ b/.github/workflows/check-style.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup python uses: actions/setup-python@v6 with: diff --git a/.github/workflows/generate-reference-results.yml b/.github/workflows/generate-reference-results.yml index e22e28f63..fd9493fa5 100644 --- a/.github/workflows/generate-reference-results.yml +++ b/.github/workflows/generate-reference-results.yml @@ -49,7 +49,7 @@ jobs: rm -rf ./.??* ls -la ./ - name: Check out Tutorials for the system tests (tools/tests/) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ inputs.from_ref }} lfs: true diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 53e6bb0a6..2105aea44 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -64,7 +64,7 @@ jobs: rm -rf ./.??* ls -la ./ - name: Check out Tutorials for the system tests (tools/tests/) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: precice/tutorials ref: ${{ inputs.system_tests_branch }}