From dac7f7aea0e9210f9b764f1e779e58e9dac5b338 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 16 Jul 2025 01:01:56 -0400 Subject: [PATCH] fixed type in step id --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5d4dfb5..0226a6c 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ runs: run: | echo "dir=$(uv cache dir)" >> "$GITHUB_OUTPUT" - name: Restore uv cache - id: cache-restoree + id: cache-restore uses: actions/cache@v4 with: path: ${{ steps.uv-cache.outputs.dir }}