From 56c6abc36e1f989e0120e907f2806676e4163593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:33:27 +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/FullPerformance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/FullPerformance.yml b/.github/workflows/FullPerformance.yml index 1a1afcac5..da40f2f85 100644 --- a/.github/workflows/FullPerformance.yml +++ b/.github/workflows/FullPerformance.yml @@ -62,26 +62,26 @@ jobs: PSE_PLANTBIOPHYSICS_FANOUT_SCENES: "100" steps: - name: Check out PlantSimEngine - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Check out XPalm - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: PalmStudio/XPalm.jl ref: ${{ inputs.xpalm_ref || 'main' }} path: downstream/XPalm - name: Check out PlantBiophysics - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: VEZY/PlantBiophysics.jl ref: ${{ inputs.plantbiophysics_ref || 'master' }} path: downstream/PlantBiophysics - name: Check out PlantGeom - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: VEZY/PlantGeom.jl ref: ${{ inputs.plantgeom_ref || 'plantsimengine-multi-plant' }}