diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-04-01 15:49:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 15:49:36 +0900 |
| commit | eb5061db298f6bd3157d2e4f3976ebadd446cee4 (patch) | |
| tree | a1aa6f0223208b6a8d75bb31e394b1f8e85c6b51 /.github/workflows/validate-api-json.yml | |
| parent | fix(deps): update dependency vite to v6.2.4 [security] (#15733) (diff) | |
| download | sharkey-eb5061db298f6bd3157d2e4f3976ebadd446cee4.tar.gz sharkey-eb5061db298f6bd3157d2e4f3976ebadd446cee4.tar.bz2 sharkey-eb5061db298f6bd3157d2e4f3976ebadd446cee4.zip | |
chore(deps): update [github actions] update dependencies (#15688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/validate-api-json.yml')
| -rw-r--r-- | .github/workflows/validate-api-json.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate-api-json.yml b/.github/workflows/validate-api-json.yml index f84efa4821..4023815cb1 100644 --- a/.github/workflows/validate-api-json.yml +++ b/.github/workflows/validate-api-json.yml @@ -27,7 +27,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4.1.0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |