From 16447c4e8f10389d32e952ceff5078f64bf5309a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 03:33:22 +0000 Subject: [PATCH] chore(deps): update [ci/cd] update dependencies --- .github/workflows/build.yml | 2 +- .github/workflows/code-style.yml | 2 +- .github/workflows/test.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0fb2e8e..249e42b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run_install: false - uses: actions/setup-node@v4 with: - node-version: 22.22.2 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index da0a5a51..82b97361 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -25,7 +25,7 @@ jobs: run_install: false - uses: actions/setup-node@v4 with: - node-version: 22.22.2 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91fda00f..4168e1bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: contents: read services: mariadb: - image: mariadb:11.8.6 + image: mariadb:11.8.8 ports: - 3306:3306 env: @@ -32,13 +32,13 @@ jobs: run_install: false - uses: actions/setup-node@v4 with: - node-version: 22.22.2 + node-version: 22.23.2 cache: pnpm cache-dependency-path: pnpm-lock.yaml - name: Check MySQL CLI existence id: check-mysql-cli - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3 with: files: "/usr/bin/mysql" - name: Install MySQL CLI