diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-14 21:29:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-14 21:29:57 +0900 |
| commit | aa0632727f3de73b0e348f86ffd1c5c3135a46e4 (patch) | |
| tree | e461beff1bcf280e56705b14e5cd524812262d4a /.github/workflows/get-api-diff.yml | |
| parent | fix: error with trying to handle SIGKILL (#14208) (diff) | |
| download | sharkey-aa0632727f3de73b0e348f86ffd1c5c3135a46e4.tar.gz sharkey-aa0632727f3de73b0e348f86ffd1c5c3135a46e4.tar.bz2 sharkey-aa0632727f3de73b0e348f86ffd1c5c3135a46e4.zip | |
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#14165)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3)
---
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 33fa2ccc39..4afafabf2e 100644 --- a/.github/workflows/get-api-diff.yml +++ b/.github/workflows/get-api-diff.yml @@ -34,7 +34,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.0.2 + uses: actions/setup-node@v4.0.3 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |