From 455ef336d068773f3f64dac4b906bc84a6d4e95f Mon Sep 17 00:00:00 2001 From: Madis Pink Date: Fri, 17 Oct 2025 12:22:13 +0300 Subject: [PATCH] chore: bump subtasks to latest versions --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8c350f0..39d4d55 100644 --- a/action.yml +++ b/action.yml @@ -118,11 +118,11 @@ runs: using: composite steps: - name: Setup ew-cli - uses: emulator-wtf/setup-ew-cli@v0.9.10 + uses: emulator-wtf/setup-ew-cli@v0.9.11 with: version: ${{ inputs.version }} - name: Run instrumented tests - uses: emulator-wtf/invoke@v0.9.7 + uses: emulator-wtf/invoke@v0.9.8 with: # Authentication api-token: ${{ inputs.api-token }}