File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
.github/workflows/examples Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
permissions : # (1)!
14
14
pull-requests : write
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
# ... optionally setup build env to create a compilation database
19
19
Original file line number Diff line number Diff line change 11
11
cpp-linter :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
# ... optionally setup build env to create a compilation database
17
17
Original file line number Diff line number Diff line change 11
11
cpp-linter :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
# ... optionally setup build env to create a compilation database
17
17
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ The content of the file should be in the following format.
50
50
51
51
``` yaml
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
- uses : cpp-linter/cpp-linter-action@v2
55
55
id : linter
56
56
env :
You can’t perform that action at this time.
0 commit comments