Skip to content

Commit 812d45f

Browse files
github-actions[bot]seiya-git
authored andcommitted
update workflows and submodules...
harfbuzz to 8.4.0 libxml2 to v2.12.6 liblzma to v5.4.5 fontconfig to 2.15.0 zlib to v1.3.1
1 parent 71371c2 commit 812d45f

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/check-smp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- zlib
2929
steps:
3030
- name: Git checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
ref: master
3434
- name: Set submodule current

.github/workflows/github-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Git checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Install dependencies
1515
run: |
1616
sudo apt-get update
@@ -29,7 +29,7 @@ jobs:
2929
- name: Copy binary
3030
run: cmake -E copy "build/src/libassrender.so" "dist/libassrender.so"
3131
- name: Upload artifact
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: assrender_bin_linux
3535
path: dist
@@ -105,7 +105,7 @@ jobs:
105105
# - name: Copy MINGW64 binary
106106
# run: cmake -E copy "build\src\assrender.dll" "dist\Release_MINGW64\assrender.dll"
107107
- name: Upload artifact
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: assrender_bin_win
111111
path: dist

SMP/fontconfig

Submodule fontconfig updated 86 files

SMP/harfbuzz

Submodule harfbuzz updated 1095 files

SMP/libxml2

Submodule libxml2 updated 426 files

SMP/zlib

Submodule zlib updated 76 files

0 commit comments

Comments
 (0)