diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-02-15 12:43:00 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-15 12:43:00 +0900 |
| commit | 208b20177604d49d1545e887251f3f80032718e1 (patch) | |
| tree | 2d6ef590f2fce897c745fde173e9fe039433fe46 /.github/workflows/validate-api-json.yml | |
| parent | chore(deps): update dependency vitest to v1.6.1 [security] (#15473) (diff) | |
| download | misskey-208b20177604d49d1545e887251f3f80032718e1.tar.gz misskey-208b20177604d49d1545e887251f3f80032718e1.tar.bz2 misskey-208b20177604d49d1545e887251f3f80032718e1.zip | |
chore(deps): update [github actions] update dependencies (#15490)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/validate-api-json.yml b/.github/workflows/validate-api-json.yml index 65afcd4cd0..a8b2402988 100644 --- a/.github/workflows/validate-api-json.yml +++ b/.github/workflows/validate-api-json.yml @@ -25,13 +25,13 @@ jobs: node-version: [22.11.0] steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.2.2 with: submodules: true - name: Install pnpm uses: pnpm/action-setup@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |