Skip to content

Commit 5a47903

Browse files
gregmagolanclaude
andauthored
chore: bump aspect-cli to v2026.22.29 (#2867)
Bump aspect-cli to v2026.22.29 and rename `INSTALL_ASPECT_LAUNCHER_VERSION` → `ASPECT_LAUNCHER_VERSION` for brevity. See https://github.com/aspect-build/aspect-cli/releases/tag/v2026.22.29 --- ### Changes are visible to end-users: no ### Test plan - CI Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5190275 commit 5a47903

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.aspect/version.axl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version("2026.22.23")
1+
version("2026.22.29")

.github/workflows/ci-workflows.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
ASPECT_API_TOKEN: ${{ secrets.ASPECT_API_TOKEN }}
15-
INSTALL_ASPECT_LAUNCHER_VERSION: 2026.22.23
15+
ASPECT_LAUNCHER_VERSION: 2026.22.29
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -31,7 +31,7 @@ jobs:
3131
external-cache: true
3232
- name: Format
3333
run: |
34-
curl -fsSL https://install.aspect.build | bash -s -- "$INSTALL_ASPECT_LAUNCHER_VERSION"
34+
curl -fsSL https://install.aspect.build | bash -s -- "$ASPECT_LAUNCHER_VERSION"
3535
aspect format --task-key=format
3636
buildifier:
3737
runs-on: ubuntu-latest
@@ -45,7 +45,7 @@ jobs:
4545
external-cache: true
4646
- name: Buildifier
4747
run: |
48-
curl -fsSL https://install.aspect.build | bash -s -- "$INSTALL_ASPECT_LAUNCHER_VERSION"
48+
curl -fsSL https://install.aspect.build | bash -s -- "$ASPECT_LAUNCHER_VERSION"
4949
aspect buildifier --task-key=buildifier
5050
# Builds the workspace matrix axis. e2e tests gated on secrets that forks don't have
5151
# (ASPECT_GHTESTER_SSH_KEY, ASPECT_NPM_AUTH_TOKEN) are only appended when the secret is
@@ -172,5 +172,5 @@ jobs:
172172
- name: Test
173173
working-directory: ${{ matrix.workspace.path }}
174174
run: |
175-
curl -fsSL https://install.aspect.build | bash -s -- "$INSTALL_ASPECT_LAUNCHER_VERSION"
175+
curl -fsSL https://install.aspect.build | bash -s -- "$ASPECT_LAUNCHER_VERSION"
176176
aspect test --task-key=test-${{ matrix.workspace.slug }}-${{ matrix.bazel.id }} ${{ matrix.bazel.flags }} -- //...

0 commit comments

Comments
 (0)