File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
compiler : [clang]
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Install dependencies
21
- run : sudo apt-get update && sudo apt-get install libfluidsynth-dev libpng-dev libsamplerate0-dev libsdl2-dev libsdl2-image-dev libsdl2- mixer-dev libsdl2-net-dev ninja-build
21
+ run : sudo apt-get update && sudo apt-get install libfluidsynth-dev libpng-dev libsamplerate0-dev libsdl2-dev libsdl2-mixer-dev libsdl2-net-dev ninja-build
22
22
- name : Run cmake to generate compilation database
23
23
run : cmake -S . -B . -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=1
24
24
- uses : cpp-linter/cpp-linter-action@v2
Original file line number Diff line number Diff line change 15
15
- name : Install dependencies
16
16
run : sudo apt-get update && sudo apt-get install cppcheck
17
17
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- name : Run cppcheck
21
21
env :
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
135
135
- name : Upload artifacts
136
136
if : ${{ matrix.config.artifacts }}
137
- uses : actions/upload-artifact@v3
137
+ uses : actions/upload-artifact@v4
138
138
with :
139
139
name : ${{ matrix.config.name }}
140
140
path : ${{ matrix.config.pkg-path }}
You can’t perform that action at this time.
0 commit comments