[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

build(deps): bump the github-actions group with 2 updates

Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [CodSpeedHQ/action](https://github.com/codspeedhq/action).


Updates `actions/setup-node` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020)

Updates `CodSpeedHQ/action` from 4.18.2 to 4.18.5
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codspeedhq/action/compare/4e969336ab9acd4f6f8d025fdd793292b0835df0...f99becdce5e5d51fd556489ebef684f4ecfd6286)

---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: CodSpeedHQ/action
dependency-version: 4.18.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
(Jul 14, 2026, 3:24 PM UTC) 14207c57 917616b4

+7 -7
+2 -2
.github/workflows/benchmark.yml
··· 71 71 deno-version: v2.x 72 72 73 73 - name: Setup Node 74 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 74 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 75 75 with: 76 76 node-version: 24 77 77 ··· 92 92 run: deno install 93 93 94 94 - name: Run walltime benchmarks 95 - uses: CodSpeedHQ/action@4e969336ab9acd4f6f8d025fdd793292b0835df0 # v4.18.2 95 + uses: CodSpeedHQ/action@f99becdce5e5d51fd556489ebef684f4ecfd6286 # v4.18.5 96 96 with: 97 97 mode: walltime 98 98 run: |
+1 -1
.github/workflows/preview.yml
··· 34 34 run: echo "version=$(git describe --abbrev=0 --tags | sed 's/^v//')-pr+$(git rev-parse HEAD)" >> $GITHUB_OUTPUT 35 35 36 36 - name: Setup Node 37 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 37 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 38 38 with: 39 39 node-version: 24 40 40
+2 -2
.github/workflows/publish.yml
··· 31 31 run: echo "version=$(echo "${GITHUB_REF_NAME}" | sed 's/^v//')" >> $GITHUB_OUTPUT 32 32 33 33 - name: Setup Node 34 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 34 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 35 35 with: 36 36 node-version: 24 37 37 package-manager-cache: false ··· 61 61 62 62 steps: 63 63 - name: Setup Node 64 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 64 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 65 65 with: 66 66 node-version: 24 67 67 package-manager-cache: false
+1 -1
.github/workflows/size-report.yml
··· 33 33 deno-version: v2.8.3 34 34 35 35 - name: setup node 36 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v4 36 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v4 37 37 with: 38 38 node-version: 24 39 39
+1 -1
.github/workflows/verify.yaml
··· 107 107 deno-version: v2.8.3 108 108 109 109 - name: Setup Node 110 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 110 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 111 111 with: 112 112 node-version: 24 113 113