Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/additional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
Expand All @@ -36,7 +36,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/checkout@v5
- uses: prefix-dev/[email protected]
- run: pixi run docs-linkcheck
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- os: ubuntu
pixi-environment: "test-minimum"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Restore cached pixi lockfile
uses: actions/cache/restore@v4
id: restore-pixi-lock
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- os: ubuntu
python-version: "3.11"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Restore cached pixi lockfile
uses: actions/cache/restore@v4
id: restore-pixi-lock
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
needs: [cache-pixi-lock]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Restore cached pixi lockfile
uses: actions/cache/restore@v4
id: restore-pixi-lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build conda package
uses: prefix-dev/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'Parcels-code/parcels'
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: actions/setup-python@v5
Expand Down