diff --git a/action.yaml b/action.yaml index af8a86b..e31905b 100644 --- a/action.yaml +++ b/action.yaml @@ -28,7 +28,8 @@ runs: uses: actions/setup-go@v6 with: go-version: '1.24.3' - cache-dependency-path: ${{ github.action_path }}/go.sum + cache: true + cache-dependency-path: go.sum - name: Build workbench shell: bash