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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
swap-storage: true

- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Graphviz on Linux
if: runner.os == 'Linux'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pymake-linting-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.repository_owner == 'modflowpy'
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.6
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
steps:

- name: Checkout pymake repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Python
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pymake-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pymake-rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github.event_name == 'push'
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Trigger RTDs build
if: github.ref == 'refs/heads/master'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout release branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: master

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:

- name: Checkout master branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: master

Expand Down
Loading