File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
build-and-deploy-website :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
-
uses :
prefix-dev/[email protected]
24
24
with :
54
54
build-docker-image :
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@v4
57
+ - uses : actions/checkout@v5
58
58
-
uses :
prefix-dev/[email protected]
59
59
with :
60
60
pixi-version : v0.41.4
Original file line number Diff line number Diff line change 12
12
linting :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : actions/setup-python@v2
17
17
with :
18
18
python-version : 3.11
Original file line number Diff line number Diff line change 35
35
shell : bash -l {0}
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
with :
40
40
fetch-depth : 0
41
41
fetch-tags : true
You can’t perform that action at this time.
0 commit comments