Skip to content
Open
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Checkout dev branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

Expand All @@ -38,7 +38,7 @@ jobs:
shell: bash

- name: Checkout reference coverage report
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
path: covref
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
env: [environment_a, environment_b, conda-forge]

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Substitute branch name in environment files
run: |
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
steps:

- name: improver checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

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

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
shell: micromamba-shell {0}

- name: Checkout reference coverage report
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1
path: covref
Expand Down