Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/FullPerformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
Loading