diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-30 12:43:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 12:43:29 +0900 |
| commit | 38c163d67c63c5d41304822bf71f142e32796ba6 (patch) | |
| tree | a253c96365490f198cedb27cc75b2d95f892f955 /.github/workflows/get-api-diff.yml | |
| parent | 2023.11.0-beta.6 (diff) | |
| download | sharkey-38c163d67c63c5d41304822bf71f142e32796ba6.tar.gz sharkey-38c163d67c63c5d41304822bf71f142e32796ba6.tar.bz2 sharkey-38c163d67c63c5d41304822bf71f142e32796ba6.zip | |
chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 (#12128)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml index eeb2fa0855..8e3437ad86 100644 --- a/.github/workflows/get-api-diff.yml +++ b/.github/workflows/get-api-diff.yml @@ -44,7 +44,7 @@ jobs: version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -126,7 +126,7 @@ jobs: version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |