File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
volumes : " rw"
33
33
steps :
34
34
- name : checkout
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
with :
37
37
path : ' lablabs.rke2'
38
38
67
67
volumes : " rw"
68
68
steps :
69
69
- name : checkout
70
- uses : actions/checkout@v4
70
+ uses : actions/checkout@v5
71
71
with :
72
72
path : ' lablabs.rke2'
73
73
@@ -104,7 +104,7 @@ jobs:
104
104
# volumes: "rw"
105
105
# steps:
106
106
# - name: checkout
107
- # uses: actions/checkout@v4
107
+ # uses: actions/checkout@v5
108
108
# with:
109
109
# path: 'lablabs.rke2'
110
110
@@ -142,7 +142,7 @@ jobs:
142
142
# volumes: "rw"
143
143
# steps:
144
144
# - name: checkout
145
- # uses: actions/checkout@v4
145
+ # uses: actions/checkout@v5
146
146
# with:
147
147
# path: 'lablabs.rke2'
148
148
Original file line number Diff line number Diff line change 12
12
fail-fast : true
13
13
steps :
14
14
- name : checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
path : ' lablabs.rke2'
18
18
Original file line number Diff line number Diff line change 9
9
pre-commit :
10
10
runs-on : ubuntu-24.04
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : actions/setup-python@v5
14
14
15
15
- name : Run pre-commit
You can’t perform that action at this time.
0 commit comments