Skip to content

Commit de35ed2

Browse files
author
John Garrett
committed
Update CI
1 parent 048e65f commit de35ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run:
2121
shell: bash -l {0}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- uses: conda-incubator/setup-miniconda@v2
2525
with:
2626
python-version: ${{ matrix.python-version }}

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
name: Lint
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Set up Python 3.8 environment
1212
uses: actions/setup-python@v1
1313
with:

0 commit comments

Comments
 (0)