Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to Aspect Workflows 5.5.0-rc4 #462

Merged
merged 1 commit into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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