diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-21 11:37:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 11:37:14 +0900 |
| commit | ffa0470cf820370b2bc2539be226a55f4cac1aff (patch) | |
| tree | 32071dac751f13500d088ad5956af619784c0d44 /.github/workflows/get-api-diff.yml | |
| parent | Remove unused imports (#12730) (diff) | |
| download | sharkey-ffa0470cf820370b2bc2539be226a55f4cac1aff.tar.gz sharkey-ffa0470cf820370b2bc2539be226a55f4cac1aff.tar.bz2 sharkey-ffa0470cf820370b2bc2539be226a55f4cac1aff.zip | |
chore(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (#12713)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1)
---
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 9dc812061b..d604f9b16d 100644 --- a/.github/workflows/get-api-diff.yml +++ b/.github/workflows/get-api-diff.yml @@ -37,7 +37,7 @@ jobs: version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.1 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |