Skip to content

Commit 5bc2a2a

Browse files
committed
build: update deps and add workflow concurrency
1 parent a32a6f7 commit 5bc2a2a

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

.github/workflows/install-matrix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Install Matrix
22

3+
concurrency:
4+
group: install-matrix-${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
pull_request:
59
push:

.github/workflows/install-smoke.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Install Smoke
22

3+
concurrency:
4+
group: install-smoke-${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches: [main]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Dependencies: bump `@lucide/astro` to `0.577.0` and sync `bun.lock` (#99, thanks @dependabot).
1010
- CI: update Bun setup pin and move the install-smoke Node setup to the pinned `actions/setup-node` v6 SHA (#98, thanks @dependabot).
1111
- Installer: recover from older PATH-bound Node runtimes after install, but keep the fallback `openclaw` shim in `~/.local/bin` instead of mutating version-manager bins (#68, thanks @rolandkakonyi).
12+
- Dependencies: update `astro` to `5.18.0` and `simple-icons` to `16.10.0`; add workflow concurrency so stale install jobs on `main` cancel instead of queueing indefinitely.
1213
## 2026-02-22
1314

1415
- Installer: make gum behavior fully automatic (interactive TTYs get gum, headless shells get plain status), and remove manual gum toggles.

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"@astrojs/rss": "^4.0.15",
1818
"@lucide/astro": "^0.577.0",
1919
"@vercel/analytics": "^1.6.1",
20-
"astro": "^5.17.2",
20+
"astro": "^5.18.0",
2121
"js-yaml": "^4.1.1",
22-
"simple-icons": "^16.8.0"
22+
"simple-icons": "^16.10.0"
2323
},
2424
"devDependencies": {
2525
"@types/js-yaml": "^4.0.9"

0 commit comments

Comments
 (0)