File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Set up environment
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@v5
11
11
with : # no need for the history
12
12
fetch-depth : 1
13
13
27
27
lint-with-black :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- uses : psf/black@stable
32
32
with :
33
33
options : " --check --diff --verbose"
Original file line number Diff line number Diff line change 13
13
run : |
14
14
sudo apt-get update -qq
15
15
sudo apt-get install shellcheck
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Run shellcheck
18
18
run : |
19
19
git grep -l -E '#!/bin/(bash|sh)' | xargs shellcheck
Original file line number Diff line number Diff line change 28
28
sudo apt-get update -qq
29
29
sudo apt-get install eatmydata
30
30
sudo eatmydata apt-get install git-annex-standalone
31
- - uses : actions/checkout@v4
31
+ - uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Set up Python 3.9
Original file line number Diff line number Diff line change 6
6
mypy :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
with :
11
11
fetch-depth : 0 # Tags are needed to install DL-Registry
12
12
- uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments