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/api-misskey-js.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/api-misskey-js.yml')
| -rw-r--r-- | .github/workflows/api-misskey-js.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/api-misskey-js.yml b/.github/workflows/api-misskey-js.yml index 6f4219b54b..fdd128be33 100644 --- a/.github/workflows/api-misskey-js.yml +++ b/.github/workflows/api-misskey-js.yml @@ -20,12 +20,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.2 - run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.2.0 with: node-version-file: '.node-version' cache: 'pnpm' |