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
8 changes: 4 additions & 4 deletions .github/workflows/ex-rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "ref=$ref" >> $GITHUB_OUTPUT

- name: Checkout repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ steps.set_ref.outputs.ref }}

Expand Down Expand Up @@ -88,13 +88,13 @@ jobs:
shell: bash -el {0}
steps:
- name: Checkout MODFLOW6 examples
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: modflow6-examples
ref: ${{ needs.set_options.outputs.ref }}

- name: Checkout MODFLOW 6
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: MODFLOW-ORG/modflow6
path: modflow6
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
)
steps:
- name: Checkout MODFLOW6 examples repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Trigger RTD build
uses: dfm/rtds-action@v1
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ex-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash -el {0}
steps:
- name: Checkout MODFLOW 6 examples
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup pixi
uses: prefix-dev/[email protected]
Expand All @@ -49,12 +49,12 @@ jobs:
shell: bash -el {0}
steps:
- name: Checkout MODFLOW6 examples
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: modflow6-examples

- name: Checkout MODFLOW 6
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: MODFLOW-ORG/modflow6
path: modflow6
Expand Down Expand Up @@ -116,18 +116,18 @@ jobs:
MPLBACKEND: agg
steps:
- name: Checkout MODFLOW 6 examples
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: modflow6-examples

- name: Checkout MODFLOW 6
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: MODFLOW-ORG/modflow6
path: modflow6

- name: Checkout usgslatex
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: MODFLOW-ORG/usgslatex
path: usgslatex
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout MODFLOW6 examples
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Get current time
uses: josStorer/get-current-time@v2
Expand Down