From 99e25784ad79f16a200750a16cb20f83502d10c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 09:26:10 +0900 Subject: chore(deps): update [github actions] update dependencies (major) (#16869) * chore(deps): update [github actions] update dependencies * migrate * bump download-artifact to v7 * bump upload-artifact to v6 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> --- .github/workflows/validate-api-json.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/validate-api-json.yml') diff --git a/.github/workflows/validate-api-json.yml b/.github/workflows/validate-api-json.yml index 82c522c65c..8ffc60fc6e 100644 --- a/.github/workflows/validate-api-json.yml +++ b/.github/workflows/validate-api-json.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.3.0 + - uses: actions/checkout@v6.0.1 with: submodules: true - name: Setup pnpm uses: pnpm/action-setup@v4.2.0 - name: Use Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.1.0 with: node-version-file: '.node-version' cache: 'pnpm' -- cgit v1.2.3-freya