Skip to content

Commit

Permalink
chore: update to Aspect Workflows 5.5.0-rc4 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jun 8, 2023
1 parent 249e2eb commit 6022751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ orbs:
# CCI doesn't allow us to use a relative path in the monorepo, so we have to refer to an
# already-published orb in their registry.
# Run `bazel run --stamp //rosetta/cci-orb:publish` to produce a new version.
bazel: aspect-build/workflows@dev:5.5.0-rc3
bazel: aspect-build/workflows@dev:5.5.0-rc4

workflows:
bazel-setup:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Aspect Workflows
with:
queue: aspect-cli
uses: aspect-build/workflows-action/.github/workflows/aspect-workflows.yaml@5.5.0-rc3
uses: aspect-build/workflows-action/.github/workflows/aspect-workflows.yaml@5.5.0-rc4

test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/warming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Agent health checks
run: agent_health_check
- name: Create warming archive for .
uses: aspect-build/workflows-action@5.5.0-rc3
uses: aspect-build/workflows-action@5.5.0-rc4
with:
task: warming
workspace: .
Expand Down

0 comments on commit 6022751

Please sign in to comment.