Skip to content

Commit 101fcef

Browse files
committed
Bump actions/checkout
1 parent 364078d commit 101fcef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
fooyin
2525
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
submodules: recursive
3030

3131
- name: Configure
3232
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
3333

3434
- name: Build
35-
run: cmake --build build --verbose
35+
run: cmake --build build
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v6
3939
with:
4040
name: fooyin-plugin-libvgm
4141
path: build/fyplugin_vgminput.so

0 commit comments

Comments
 (0)