From 3ccf7b9c6c1419fc5b18e5b0daa19be09ba989aa Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 26 Jul 2024 11:02:55 -0700 Subject: [PATCH] chore: upgrade to Aspect Workflows 5.10.11 --- .github/workflows/aspect-workflows-delivery.yaml | 2 +- .github/workflows/aspect-workflows-warming.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aspect-workflows-delivery.yaml b/.github/workflows/aspect-workflows-delivery.yaml index eb538c6..bdb5520 100644 --- a/.github/workflows/aspect-workflows-delivery.yaml +++ b/.github/workflows/aspect-workflows-delivery.yaml @@ -38,7 +38,7 @@ jobs: - name: Agent health check run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check - name: Run delivery - uses: aspect-build/workflows-action@5.10.9 + uses: aspect-build/workflows-action@5.10.11 with: task: delivery workspace: ${{ inputs.workspace }} diff --git a/.github/workflows/aspect-workflows-warming.yaml b/.github/workflows/aspect-workflows-warming.yaml index 908d2bd..14daf8c 100644 --- a/.github/workflows/aspect-workflows-warming.yaml +++ b/.github/workflows/aspect-workflows-warming.yaml @@ -22,7 +22,7 @@ jobs: - name: Agent health check run: ${ASPECT_WORKFLOWS_BIN_DIR}/agent_health_check - name: Create warming archive - uses: aspect-build/workflows-action@5.10.9 + uses: aspect-build/workflows-action@5.10.11 with: task: warming - name: Archive warming tars