Skip to content

Commit

Permalink
chore: fixup GHA warming & delivery yaml (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Feb 2, 2024
1 parent fda979b commit c859911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aspect-workflows-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Agent health checks
run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check
- name: Run Delivery
uses: aspect-build/workflows-action@5.9.1-rc.15
uses: aspect-build/workflows-action@5.9.1
with:
task: delivery
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aspect-workflows-warming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Agent health checks
run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check
- name: Create warming archive
uses: aspect-build/workflows-action@5.9.1-rc.15
uses: aspect-build/workflows-action@5.9.1
with:
task: warming
- name: Archive warming tars
Expand Down

0 comments on commit c859911

Please sign in to comment.