File tree Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Expand file tree Collapse file tree 8 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
- name : Initialize CodeQL
32
32
uses : github/codeql-action/init@v3
33
33
with :
Original file line number Diff line number Diff line change 18
18
cpp-linter :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- name : 📂 Load .env file
24
24
if : hashFiles('.github/workflows/.env') != ''
Original file line number Diff line number Diff line change 29
29
30
30
# steps:
31
31
# - name: 📥 Checkout
32
- # uses: actions/checkout@v4
32
+ # uses: actions/checkout@v5
33
33
# with:
34
34
# fetch-depth: 0
35
35
# - name: 📂 Load .env file
64
64
steps :
65
65
- uses : ammaraskar/gcc-problem-matcher@master
66
66
- name : 📥 Checkout
67
- uses : actions/checkout@v4
67
+ uses : actions/checkout@v5
68
68
with :
69
69
fetch-depth : 0
70
70
- name : 📂 Load .env file
97
97
steps :
98
98
- uses : ammaraskar/gcc-problem-matcher@master
99
99
- name : 📥 Checkout
100
- uses : actions/checkout@v4
100
+ uses : actions/checkout@v5
101
101
with :
102
102
fetch-depth : 0
103
103
- name : 📂 Load .env file
@@ -130,7 +130,7 @@ jobs:
130
130
steps :
131
131
- uses : ammaraskar/gcc-problem-matcher@master
132
132
- name : 📥 Checkout
133
- uses : actions/checkout@v4
133
+ uses : actions/checkout@v5
134
134
with :
135
135
fetch-depth : 0
136
136
- name : 📂 Load .env file
Original file line number Diff line number Diff line change 35
35
steps :
36
36
37
37
- name : 🧰 Checkout
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
with :
40
40
persist-credentials : false
41
41
Original file line number Diff line number Diff line change 72
72
cmakeVersion : ^3
73
73
ninjaVersion : ^1.11.1
74
74
- name : 📥 Checkout
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v5
76
76
with :
77
77
fetch-depth : 0
78
78
- name : 📂 Load .env file
@@ -143,7 +143,7 @@ jobs:
143
143
cmakeVersion : ^3
144
144
ninjaVersion : ^1.11.1
145
145
- name : 📥 Checkout
146
- uses : actions/checkout@v4
146
+ uses : actions/checkout@v5
147
147
with :
148
148
fetch-depth : 0
149
149
- name : 📂 Load .env file
@@ -179,7 +179,7 @@ jobs:
179
179
cmakeVersion : ^3
180
180
ninjaVersion : ^1.11.1
181
181
- name : 📥 Checkout
182
- uses : actions/checkout@v4
182
+ uses : actions/checkout@v5
183
183
with :
184
184
fetch-depth : 0
185
185
- name : 📂 Load .env file
Original file line number Diff line number Diff line change 31
31
steps :
32
32
- uses : ammaraskar/gcc-problem-matcher@master
33
33
- name : 📥 Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 0
37
37
- name : ⬇️ Setup CMake
67
67
steps :
68
68
- uses : ammaraskar/gcc-problem-matcher@master
69
69
- name : 📥 Checkout
70
- uses : actions/checkout@v4
70
+ uses : actions/checkout@v5
71
71
with :
72
72
fetch-depth : 0
73
73
- name : ⬇️ Setup CMake
@@ -103,7 +103,7 @@ jobs:
103
103
steps :
104
104
- uses : ammaraskar/gcc-problem-matcher@master
105
105
- name : 📥 Checkout
106
- uses : actions/checkout@v4
106
+ uses : actions/checkout@v5
107
107
with :
108
108
fetch-depth : 0
109
109
- name : ⬇️ Setup CMake
@@ -137,7 +137,7 @@ jobs:
137
137
steps :
138
138
- uses : ammaraskar/gcc-problem-matcher@master
139
139
- name : 📥 Checkout
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
with :
142
142
fetch-depth : 0
143
143
- name : ⬇️ Setup CMake
Original file line number Diff line number Diff line change 5
5
name : pre-commit
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- name : pre-commit
10
10
uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 34
34
steps :
35
35
- uses : ammaraskar/gcc-problem-matcher@master
36
36
- name : 📥 Checkout
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
fetch-depth : 0
40
40
- name : ⬇️ Setup CMake
78
78
steps :
79
79
- uses : ammaraskar/msvc-problem-matcher@master
80
80
- name : 📥 Checkout
81
- uses : actions/checkout@v4
81
+ uses : actions/checkout@v5
82
82
with :
83
83
fetch-depth : 0
84
84
- name : ⬇️ Setup CMake
@@ -116,7 +116,7 @@ jobs:
116
116
steps :
117
117
- uses : ammaraskar/msvc-problem-matcher@master
118
118
- name : 📥 Checkout
119
- uses : actions/checkout@v4
119
+ uses : actions/checkout@v5
120
120
with :
121
121
fetch-depth : 0
122
122
- name : ⬇️ Setup CMake
@@ -154,7 +154,7 @@ jobs:
154
154
steps :
155
155
- uses : ammaraskar/gcc-problem-matcher@master
156
156
- name : 📥 Checkout
157
- uses : actions/checkout@v4
157
+ uses : actions/checkout@v5
158
158
with :
159
159
fetch-depth : 0
160
160
- name : ⬇️ Setup CMake
@@ -190,7 +190,7 @@ jobs:
190
190
steps :
191
191
- uses : ammaraskar/msvc-problem-matcher@master
192
192
- name : 📥 Checkout
193
- uses : actions/checkout@v4
193
+ uses : actions/checkout@v5
194
194
with :
195
195
fetch-depth : 0
196
196
- name : ⬇️ Setup CMake
You can’t perform that action at this time.
0 commit comments