diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-20 21:05:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-20 21:05:35 +0900 |
| commit | a18a6ac2643cf5cecfad6b2c07d0bd657d49a1bf (patch) | |
| tree | 550face006593ed2a0de8531340a8c3afd9e2b66 /.github/workflows/get-api-diff.yml | |
| parent | fix(frontend): ファイルの詳細ページのファイルの説明で改... (diff) | |
| download | sharkey-a18a6ac2643cf5cecfad6b2c07d0bd657d49a1bf.tar.gz sharkey-a18a6ac2643cf5cecfad6b2c07d0bd657d49a1bf.tar.bz2 sharkey-a18a6ac2643cf5cecfad6b2c07d0bd657d49a1bf.zip | |
chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#14590)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.0.4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/get-api-diff.yml')
| -rw-r--r-- | .github/workflows/get-api-diff.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml index 81e8134fb7..1bcaa0d9c4 100644 --- a/.github/workflows/get-api-diff.yml +++ b/.github/workflows/get-api-diff.yml @@ -33,7 +33,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.0.3 + uses: actions/setup-node@v4.0.4 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |