Browse Source

build(deps): bump actions/setup-node from 4 to 6 (#8732)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  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>
fix/s3-delete-directory-marker-non-empty
dependabot[bot] 21 hours ago
committed by GitHub
parent
commit
bb151d8e57
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/claude-code-review.yml

2
.github/workflows/claude-code-review.yml

@ -32,7 +32,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with: with:
node-version: '20' node-version: '20'

Loading…
Cancel
Save