diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bc5bc889..f5ad4416 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,7 +32,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} @@ -54,7 +54,7 @@ jobs: contents: write statuses: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: "1" diff --git a/.github/workflows/Integration.yml b/.github/workflows/Integration.yml index d9bff524..7901d945 100644 --- a/.github/workflows/Integration.yml +++ b/.github/workflows/Integration.yml @@ -35,14 +35,14 @@ jobs: - {user: PalmStudio, repo: XPalm.jl, branch: main, default: main} - {user: VEZY, repo: PlantBioPhysics.jl, branch: master, default: master} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - uses: julia-actions/julia-buildpkg@v1 - name: Clone Downstream - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ matrix.package.user }}/${{ matrix.package.repo }} ref: ${{matrix.package.branch}}