summaryrefslogtreecommitdiff
path: root/.github/workflows/get-api-diff.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-21 10:28:26 +0900
committerGitHub <noreply@github.com>2025-01-21 10:28:26 +0900
commit97f0ea0c0afc338ec8f819495b79edbb7a9dc5b2 (patch)
treef72d2ee6f494337dfc52a39ce090af9e897e0e32 /.github/workflows/get-api-diff.yml
parentfix(frontend): Instanceの値が部分的に欠損していると、ローカ... (diff)
downloadsharkey-97f0ea0c0afc338ec8f819495b79edbb7a9dc5b2.tar.gz
sharkey-97f0ea0c0afc338ec8f819495b79edbb7a9dc5b2.tar.bz2
sharkey-97f0ea0c0afc338ec8f819495b79edbb7a9dc5b2.zip
build(deps): bump actions/setup-node from 4.0.3 to 4.1.0 (#14838)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml
index 972619ec60..46c726b986 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.4
+ uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'