5656 # and other distros may ship different versions as well. POCO as a C++ library has no stable ABI, so each minor
5757 # release increments the SO version by one.
5858 - name : Checkout Poco Sources
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060 with :
6161 repository : pocoproject/poco
6262 path : poco
8585 cmake --install "${{ github.workspace }}/cmake-build-poco"
8686
8787 - name : Checkout libprojectM Sources
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v6
8989 with :
9090 repository : projectM-visualizer/projectm
9191 path : projectm
@@ -103,20 +103,20 @@ jobs:
103103 cmake --install "${{ github.workspace }}/cmake-build-libprojectm"
104104
105105 - name : Checkout frontend-sdl2 Sources
106- uses : actions/checkout@v4
106+ uses : actions/checkout@v6
107107 with :
108108 path : frontend-sdl2
109109 ref : ${{ inputs.projectMSDLref }}
110110 submodules : recursive
111111
112112 - name : Checkout Cream of the Crop preset pack
113- uses : actions/checkout@v4
113+ uses : actions/checkout@v6
114114 with :
115115 repository : projectM-visualizer/presets-cream-of-the-crop
116116 path : presets-cream-of-the-crop
117117
118118 - name : Checkout Milkdrop Texture Pack
119- uses : actions/checkout@v4
119+ uses : actions/checkout@v6
120120 with :
121121 repository : projectM-visualizer/presets-milkdrop-texture-pack
122122 path : presets-milkdrop-texture-pack
@@ -140,7 +140,7 @@ jobs:
140140 cpack -G DEB
141141
142142 - name : Upload Artifact
143- uses : actions/upload-artifact@v4
143+ uses : actions/upload-artifact@v6
144144 with :
145145 name : projectMSDL-Linux-DEB-x86_64
146146 path : cmake-build-frontend-sdl2/*.deb
@@ -160,7 +160,7 @@ jobs:
160160 # and other distros may ship different versions as well. POCO as a C++ library has no stable ABI, so each minor
161161 # release increments the SO version by one.
162162 - name : Checkout Poco Sources
163- uses : actions/checkout@v4
163+ uses : actions/checkout@v6
164164 with :
165165 repository : pocoproject/poco
166166 path : poco
@@ -189,7 +189,7 @@ jobs:
189189 cmake --install "${{ github.workspace }}/cmake-build-poco"
190190
191191 - name : Checkout libprojectM Sources
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v6
193193 with :
194194 repository : projectM-visualizer/projectm
195195 path : projectm
@@ -207,20 +207,20 @@ jobs:
207207 cmake --install "${{ github.workspace }}/cmake-build-libprojectm"
208208
209209 - name : Checkout frontend-sdl2 Sources
210- uses : actions/checkout@v4
210+ uses : actions/checkout@v6
211211 with :
212212 path : frontend-sdl2
213213 ref : ${{ inputs.projectMSDLref }}
214214 submodules : recursive
215215
216216 - name : Checkout Cream of the Crop preset pack
217- uses : actions/checkout@v4
217+ uses : actions/checkout@v6
218218 with :
219219 repository : projectM-visualizer/presets-cream-of-the-crop
220220 path : presets-cream-of-the-crop
221221
222222 - name : Checkout Milkdrop Texture Pack
223- uses : actions/checkout@v4
223+ uses : actions/checkout@v6
224224 with :
225225 repository : projectM-visualizer/presets-milkdrop-texture-pack
226226 path : presets-milkdrop-texture-pack
@@ -245,7 +245,7 @@ jobs:
245245 cpack -G TGZ
246246
247247 - name : Upload Artifact
248- uses : actions/upload-artifact@v4
248+ uses : actions/upload-artifact@v6
249249 with :
250250 name : projectMSDL-Linux-Portable-x86_64
251251 path : cmake-build-frontend-sdl2/*.tar.gz
0 commit comments