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 1313 permissions : # (1)!
1414 pull-requests : write
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717
1818 # ... optionally setup build env to create a compilation database
1919
Original file line number Diff line number Diff line change 1111 cpp-linter :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 # ... optionally setup build env to create a compilation database
1717
Original file line number Diff line number Diff line change 1111 cpp-linter :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 # ... optionally setup build env to create a compilation database
1717
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.
5050
5151``` yaml
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 - uses : cpp-linter/cpp-linter-action@v2
5555 id : linter
5656 env :
You can’t perform that action at this time.
0 commit comments